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 <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit c58ae7d3f4)
This commit is contained in:
Kevin Darbyshire-Bryant 2019-11-22 15:25:59 +00:00 committed by Jo-Philipp Wich
parent 200e2e2e7b
commit c52361b226

View file

@ -219,6 +219,7 @@ return 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;
}