1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Fix glorytun init

This commit is contained in:
Ycarus 2018-02-07 17:25:12 +01:00
parent e4f45f6432
commit 66624acda7
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ start_instance() {
keyfile /tmp/${PROG_NAME}-${1}.key \
${port:+port "$port"} \
${host:+host "$host"} \
${bind:+bind}
${bind:+bind} \
${bindport:+bind-port}
${dev:+dev "$dev"} \
${mtu:+mtu "$mtu"} \

View file

@ -55,7 +55,7 @@ start_instance() {
keyfile /tmp/${PROG_NAME}-${1}.key \
${port:+port "$port"} \
${host:+host "$host"} \
${listener:+listener}
${listener:+listener} \
${mptcp:+mptcp} \
${dev:+dev "$dev"} \
retry count -1 const 5000000 \