mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51: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.rmempty = true
|
||||||
dp.optional = false
|
dp.optional = false
|
||||||
|
|
||||||
proto = s:option(ListValue, "protp", translate("Protocol"))
|
proto = s:option(ListValue, "proto", translate("Protocol"))
|
||||||
proto:value("all",translate("ALL"))
|
proto:value("all",translate("ALL"))
|
||||||
proto:value("tcp","TCP")
|
proto:value("tcp","TCP")
|
||||||
proto:value("udp","UDP")
|
proto:value("udp","UDP")
|
||||||
|
|
Loading…
Reference in a new issue