summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2019-11-23 13:05:11 +0200
committerGitHub <noreply@github.com>2019-11-23 13:05:11 +0200
commit4d76194c5464d8affc7e00c54fd761e765d252b8 (patch)
tree96643d414e2502069971eda52298d5decfa5d7d1 /modules
parent77c60c7a760bf1afdf0dca3cf146e422375c871a (diff)
parentc58ae7d3f41a3454a116560fd555aac0ead18ff2 (diff)
Merge pull request #3347 from ldir-EDB0/staging
luci-mod-network: dnsmasq: correct sense & usage of dnsseccheckunsigned
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
index 76cdff77f..ab6779e14 100644
--- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
+++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js
@@ -134,6 +134,7 @@ return L.view.extend({
o = s.taboption('advanced', form.Flag, 'dnsseccheckunsigned',
_('DNSSEC check unsigned'),
_('Requires upstream supports DNSSEC; verify unsigned domain responses really come from unsigned domains'));
+ o.default = o.enabled;
o.optional = true;
}