mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00: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"))
|
||||
|
||||
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"))
|
||||
|
Loading…
Reference in New Issue
Block a user