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:
parent
4285efb8c7
commit
dc621e8272
1 changed files with 5 additions and 5 deletions
10
dsvpn-run
10
dsvpn-run
|
@ -10,10 +10,10 @@ fi
|
||||||
. "$(readlink -f "$1")"
|
. "$(readlink -f "$1")"
|
||||||
|
|
||||||
exec dsvpn \
|
exec dsvpn \
|
||||||
${MODE:+server} \
|
${MODE} \
|
||||||
"$1".key \
|
"$1".key \
|
||||||
auto \
|
auto \
|
||||||
${PORT:+65401} \
|
${PORT} \
|
||||||
${DEV:+dsvpn0} \
|
${DEV} \
|
||||||
${LOCALTUNIP:+10.255.251.1} \
|
${LOCALTUNIP} \
|
||||||
${REMOTETUNIP:+10.255.251.1}
|
${REMOTETUNIP}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue