mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Merge pull request #1 from angt/fix-glorytun-udp-run
Fix a typo in glorytun-udp-run
This commit is contained in:
commit
f088ce1882
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ fi
|
||||||
DEV="gt${HOST:+c}-udp-$(basename "$1")"
|
DEV="gt${HOST:+c}-udp-$(basename "$1")"
|
||||||
|
|
||||||
exec glorytun \
|
exec glorytun \
|
||||||
bin $BIND $BIND_PORT
|
bind $BIND $BIND_PORT
|
||||||
${DEV:+dev "$DEV"} \
|
${DEV:+dev "$DEV"} \
|
||||||
${HOST:+to "$HOST" "$PORT"} \
|
${HOST:+to "$HOST" "$PORT"} \
|
||||||
${OPTIONS:+$OPTIONS}
|
${OPTIONS:+$OPTIONS}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue