diff options
author | Tugzrida <git@tugzrida.xyz> | 2023-07-16 21:47:54 +1000 |
---|---|---|
committer | Tugzrida <git@tugzrida.xyz> | 2023-07-16 21:47:54 +1000 |
commit | 5bc03d56df34f97c59794cac2a661b870e8eba9c (patch) | |
tree | 4b803078c8dcc79928754bdc550e1607b8188865 /applications | |
parent | 56bbacbeca5dcd7e71d4e2bd22c15f338f878506 (diff) |
luci-app-unbound: correct default for validator_ntp
Signed-off-by: Cameron Steel <git@tugzrida.xyz>
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua index acbd7c2aed..806b25acec 100644 --- a/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua +++ b/applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua @@ -77,6 +77,7 @@ if (valman == "0") then translate("DNSSEC NTP Fix"), translate("Break the loop where DNSSEC needs NTP and NTP needs DNS")) nvd.optional = true + nvd.default = true nvd:depends("validator", true) prt = s1:taboption("basic", Value, "listen_port", |