mirror of https://git.openwrt.org/project/luci.git
Set default target to ACCEPT
This commit is contained in:
parent
d5003fc23a
commit
3b0ef94a9e
|
@ -36,6 +36,7 @@ s.addremove = true
|
|||
s.anonymous = true
|
||||
s.template = "cbi/tblsection"
|
||||
s.extedit = luci.dispatcher.build_url("admin", "network", "firewall", "rule", "%s")
|
||||
s.defaults.target = "ACCEPT"
|
||||
|
||||
local created = nil
|
||||
|
||||
|
|
Loading…
Reference in New Issue