This commit is contained in:
LEAN-ESX 2019-10-23 23:36:52 -07:00
commit 4c705863f9

View File

@ -14,7 +14,7 @@ s:tab("basic", translate("Base Setting"))
o = s:taboption("basic", Flag, "enabled", translate("Enable"))
proto = s:taboption("basic",Value,"proto", translate("Proto"))
proto:value("tcp-server", translate("TCP Server"))
proto:value("tcp", translate("TCP Server"))
proto:value("udp", translate("UDP Server"))
port = s:taboption("basic", Value, "port", translate("Port"))