From: Tugzrida Date: Sun, 16 Jul 2023 11:47:54 +0000 (+1000) Subject: luci-app-unbound: correct default for validator_ntp X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5bc03d56df34f97c59794cac2a661b870e8eba9c;p=project%2Fluci.git luci-app-unbound: correct default for validator_ntp Signed-off-by: Cameron Steel --- 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",