Set default target to ACCEPT
This commit is contained in:
parent
242bffe894
commit
f2b3332d3f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue