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

Fix and new settings for dsvpn

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-08-05 16:56:05 +02:00
parent 1d7bee7948
commit 58b9d0c45e
3 changed files with 30 additions and 4 deletions

View file

@ -44,7 +44,7 @@ if [ "$(uci -q get dsvpn.vpn)" = "" ]; then
set dsvpn.vpn.dev=tun0
set dsvpn.vpn.port=65011
set dsvpn.vpn.localip=10.255.251.2
set dsvpn.vpn.remoteip=10.255.251.2
set dsvpn.vpn.remoteip=10.255.251.1
set dsvpn.vpn.enabled=0
commit dsvpn
EOF