summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorTugzrida <git@tugzrida.xyz>2023-07-16 21:47:54 +1000
committerTugzrida <git@tugzrida.xyz>2023-07-16 21:47:54 +1000
commit5bc03d56df34f97c59794cac2a661b870e8eba9c (patch)
tree4b803078c8dcc79928754bdc550e1607b8188865 /applications
parent56bbacbeca5dcd7e71d4e2bd22c15f338f878506 (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.lua1
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",