Skip to content

Commit

Permalink
up netwizard
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpdboy authored May 4, 2023
1 parent 94ad6d9 commit 30a1df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luasrc/model/cbi/netwizard/netwizard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ e.default = "iptables -t nat -I POSTROUTING -o br-lan -j MASQUERADE"
e.anonymous = false
e:depends("lan_snat", true)

redirectdns = s:taboption("wansetup", Flag, "redirectdns", translate("Custom Firewall"),translate("Use iptables to force all TCP/UDP DNS 53ports in IPV4/IPV6 to be forwarded from this route[Suggest opening]"))
redirectdns = s:taboption("wansetup", Flag, "redirectdns", translate("Custom firewall"),translate("Use iptables to force all TCP/UDP DNS 53ports in IPV4/IPV6 to be forwarded from this route[Suggest opening]"))
redirectdns:depends({wan_proto="dhcp"})
redirectdns:depends({wan_proto="static"})
redirectdns:depends({wan_proto="pppoe"})
Expand Down

0 comments on commit 30a1df6

Please sign in to comment.