Merge pull request #3347 from ldir-EDB0/staging
luci-mod-network: dnsmasq: correct sense & usage of dnsseccheckunsigned
This commit is contained in:
commit
4d76194c54
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue