git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
56bbacb
)
luci-app-unbound: correct default for validator_ntp
author
Tugzrida
<redacted>
Sun, 16 Jul 2023 11:47:54 +0000
(21:47 +1000)
committer
Tugzrida
<redacted>
Sun, 16 Jul 2023 11:47:54 +0000
(21:47 +1000)
Signed-off-by: Cameron Steel <redacted>
applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua
patch
|
blob
|
history
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 acbd7c2aedcf18e529f77804f7b72ef3fb0ab92d..806b25acec57cadfec4ab9f55363fa2a8d4c4765 100644
(file)
--- 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",
git clone https://git.99rst.org/PROJECT