mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18: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 \
|
||||
${port:+port "$port"} \
|
||||
${host:+host "$host"} \
|
||||
${bind:+bind}
|
||||
${bind:+bind} \
|
||||
${bindport:+bind-port}
|
||||
${dev:+dev "$dev"} \
|
||||
${mtu:+mtu "$mtu"} \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue