1
0
Fork 0
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:
Ycarus 2018-02-07 19:29:56 +01:00
parent 56fe7f0819
commit f3f3d49fab
2 changed files with 6 additions and 0 deletions

View file

@ -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") },