mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-app-unbound: additional fixes
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -118,6 +118,7 @@ return view.extend({
|
||||
pfx.depends('dns64', '1');
|
||||
|
||||
const exga = s.taboption('advanced', form.Flag, 'exclude_ipv6_ga', _('Exclude IPv6 GA'));
|
||||
exga.rmempty = false;
|
||||
|
||||
const din = s.taboption('advanced', form.DynamicList, 'domain_insecure', _('Domain Insecure'),
|
||||
_('List domains to bypass checks of DNSSEC'));
|
||||
@@ -266,7 +267,7 @@ return view.extend({
|
||||
|
||||
const tlm = s.taboption('resource', form.Value, 'ttl_min', _('TTL Minimum'),
|
||||
_('Prevent excessively short cache periods'));
|
||||
tlm.datatype = 'and(uinteger,min(0),max(1200))';
|
||||
tlm.datatype = 'and(uinteger,min(0),max(1800))';
|
||||
tlm.placeholder = '120';
|
||||
|
||||
const tlnm = s.taboption('resource', form.Value, 'ttl_neg_max', _('TTL Neg Max'));
|
||||
|
||||
Reference in New Issue
Block a user