mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix proto for omr-bypass
This commit is contained in:
parent
956d791ea4
commit
d628946437
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ dp = s:option(Value, "dport", translate("port"))
|
|||
dp.rmempty = true
|
||||
dp.optional = false
|
||||
|
||||
proto = s:option(ListValue, "protp", translate("Protocol"))
|
||||
proto = s:option(ListValue, "proto", translate("Protocol"))
|
||||
proto:value("all",translate("ALL"))
|
||||
proto:value("tcp","TCP")
|
||||
proto:value("udp","UDP")
|
||||
|
|
Loading…
Reference in a new issue