mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix omr-bypass
This commit is contained in:
parent
e55068f644
commit
f11311d361
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@ s.addremove = true
|
|||
s.anonymous = true
|
||||
s.template = "cbi/tblsection"
|
||||
|
||||
ip = s:option(Value, "dport", translate("port"))
|
||||
ip.rmempty = true
|
||||
ip.optional = false
|
||||
dp = s:option(Value, "dport", translate("port"))
|
||||
dp.rmempty = true
|
||||
dp.optional = false
|
||||
|
||||
proto = s:option(ListValue, "protp", translate("Protocol"))
|
||||
proto:value("all",translate("ALL"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue