mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-10 14:22:05 +08:00
Update openvpn-server.lua (#1806)
This commit is contained in:
parent
6ab6f0c677
commit
c11b3ed587
@ -14,7 +14,7 @@ s:tab("basic", translate("Base Setting"))
|
|||||||
o = s:taboption("basic", Flag, "enabled", translate("Enable"))
|
o = s:taboption("basic", Flag, "enabled", translate("Enable"))
|
||||||
|
|
||||||
proto = s:taboption("basic",Value,"proto", translate("Proto"))
|
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"))
|
proto:value("udp", translate("UDP Server"))
|
||||||
|
|
||||||
port = s:taboption("basic", Value, "port", translate("Port"))
|
port = s:taboption("basic", Value, "port", translate("Port"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user