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

Fix DSVPN

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-03-10 18:15:54 +01:00
parent 4285efb8c7
commit dc621e8272

View file

@ -10,10 +10,10 @@ fi
. "$(readlink -f "$1")"
exec dsvpn \
${MODE:+server} \
${MODE} \
"$1".key \
auto \
${PORT:+65401} \
${DEV:+dsvpn0} \
${LOCALTUNIP:+10.255.251.1} \
${REMOTETUNIP:+10.255.251.1}
${PORT} \
${DEV} \
${LOCALTUNIP} \
${REMOTETUNIP}