mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Fix DSVPN support
This commit is contained in:
parent
9445e8e939
commit
868ea9de25
2 changed files with 6 additions and 6 deletions
10
dsvpn-run
10
dsvpn-run
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue