Merge pull request #6525 from hingbong/issue-6524

luci-app-unbound: dns assist in zone-detail add 'unprotected-loop' option #6524
This commit is contained in:
Paul Donald 2023-12-04 14:27:41 +01:00 committed by GitHub
commit e3466bd83b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ else
ast:value("dnsmasq", "dnsmasq") ast:value("dnsmasq", "dnsmasq")
ast:value("ipset-dns", "ipset-dns") ast:value("ipset-dns", "ipset-dns")
ast:value("nsd", "nsd") ast:value("nsd", "nsd")
ast:value("unprotected-loop", "unprotected-loop")
rlv = s7:option(Flag, "resolv_conf", translate("Use 'resolv.conf.auto'"), rlv = s7:option(Flag, "resolv_conf", translate("Use 'resolv.conf.auto'"),
translate("Forward to upstream nameservers (ISP)")) translate("Forward to upstream nameservers (ISP)"))