1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update DSVPN interface

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-09-11 17:56:48 +02:00
parent 2a384793d8
commit c25c91fd49
4 changed files with 97 additions and 4 deletions

View file

@ -18,7 +18,7 @@ o.default = "128.128.128.128"
o.datatype = "host"
o.rmempty = false
o = s:option(Value, "port", translate("Remote/Bind port"))
o = s:option(Value, "port", translate("Remote port"))
o.placeholder = "65011"
o.default = "65011"
o.datatype = "port"
@ -28,11 +28,11 @@ o.password = true
o.rmempty = false
o = s:option(Value, "localip", translate("Local IP"),translate("Tunnel local IP"))
o = s:option(Value, "localip", translate("Tunnel local IP"))
o.default = "10.255.251.2"
o.datatype = "host"
o = s:option(Value, "remoteip", translate("Remote IP"),translate("Tunnel remote IP"))
o = s:option(Value, "remoteip", translate("Tunnel remote IP"))
o.default = "10.255.251.1"
o.datatype = "host"