luci-app-unbound: dns assist in zone-detail add 'unprotected-loop' option #6524 6525/head
authorhingbong💫 <hingbonglo@gmail.com>
Fri, 18 Aug 2023 04:36:49 +0000 (12:36 +0800)
committerhingbong💫 <hingbonglo@gmail.com>
Mon, 4 Dec 2023 13:25:17 +0000 (21:25 +0800)
Signed-off-by: hingbong💫 <hingbonglo@gmail.com>
applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua

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