Merge pull request #3347 from ldir-EDB0/staging

luci-mod-network: dnsmasq: correct sense & usage of dnsseccheckunsigned
This commit is contained in:
Hannu Nyman 2019-11-23 13:05:11 +02:00 committed by GitHub
commit 4d76194c54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,6 +134,7 @@ return L.view.extend({
o = s.taboption('advanced', form.Flag, 'dnsseccheckunsigned', o = s.taboption('advanced', form.Flag, 'dnsseccheckunsigned',
_('DNSSEC check unsigned'), _('DNSSEC check unsigned'),
_('Requires upstream supports DNSSEC; verify unsigned domain responses really come from unsigned domains')); _('Requires upstream supports DNSSEC; verify unsigned domain responses really come from unsigned domains'));
o.default = o.enabled;
o.optional = true; o.optional = true;
} }