luci-app-unbound: correct default for validator_ntp
Signed-off-by: Cameron Steel <git@tugzrida.xyz>
This commit is contained in:
parent
56bbacbeca
commit
5bc03d56df
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ if (valman == "0") then
|
||||||
translate("DNSSEC NTP Fix"),
|
translate("DNSSEC NTP Fix"),
|
||||||
translate("Break the loop where DNSSEC needs NTP and NTP needs DNS"))
|
translate("Break the loop where DNSSEC needs NTP and NTP needs DNS"))
|
||||||
nvd.optional = true
|
nvd.optional = true
|
||||||
|
nvd.default = true
|
||||||
nvd:depends("validator", true)
|
nvd:depends("validator", true)
|
||||||
|
|
||||||
prt = s1:taboption("basic", Value, "listen_port",
|
prt = s1:taboption("basic", Value, "listen_port",
|
||||||
|
|
Loading…
Reference in a new issue