mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Fix glorytun init
This commit is contained in:
parent
e4f45f6432
commit
66624acda7
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ start_instance() {
|
||||||
keyfile /tmp/${PROG_NAME}-${1}.key \
|
keyfile /tmp/${PROG_NAME}-${1}.key \
|
||||||
${port:+port "$port"} \
|
${port:+port "$port"} \
|
||||||
${host:+host "$host"} \
|
${host:+host "$host"} \
|
||||||
${bind:+bind}
|
${bind:+bind} \
|
||||||
${bindport:+bind-port}
|
${bindport:+bind-port}
|
||||||
${dev:+dev "$dev"} \
|
${dev:+dev "$dev"} \
|
||||||
${mtu:+mtu "$mtu"} \
|
${mtu:+mtu "$mtu"} \
|
||||||
|
|
|
@ -55,7 +55,7 @@ start_instance() {
|
||||||
keyfile /tmp/${PROG_NAME}-${1}.key \
|
keyfile /tmp/${PROG_NAME}-${1}.key \
|
||||||
${port:+port "$port"} \
|
${port:+port "$port"} \
|
||||||
${host:+host "$host"} \
|
${host:+host "$host"} \
|
||||||
${listener:+listener}
|
${listener:+listener} \
|
||||||
${mptcp:+mptcp} \
|
${mptcp:+mptcp} \
|
||||||
${dev:+dev "$dev"} \
|
${dev:+dev "$dev"} \
|
||||||
retry count -1 const 5000000 \
|
retry count -1 const 5000000 \
|
||||||
|
|
Loading…
Reference in a new issue