From c58ae7d3f41a3454a116560fd555aac0ead18ff2 Mon Sep 17 00:00:00 2001 From: Kevin Darbyshire-Bryant Date: Fri, 22 Nov 2019 15:25:59 +0000 Subject: [PATCH] luci-mod-network: dnsmasq: correct sense & usage of dnsseccheckunsigned dnsmasq v2.80 made 'dnssec-check-unsigned' the default, reflect this in the gui. Signed-off-by: Kevin Darbyshire-Bryant --- .../htdocs/luci-static/resources/view/network/dhcp.js | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.25.1