mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add enable option for glorytun
This commit is contained in:
parent
56fe7f0819
commit
f3f3d49fab
2 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,7 @@ local basicParams = {
|
|||
-- Widget, Name, Default(s), Description
|
||||
--
|
||||
|
||||
{ Flag,"enable",0, translate("Enable") },
|
||||
{ Value,"port",65001, translate("TCP port # for both local and remote") },
|
||||
{ Value,"dev","tun0", translate("Interface name") },
|
||||
{ Value,"host","vpnserver.example.org", translate("Remote host name or ip address") },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue