mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix glorytun UDP init script
This commit is contained in:
parent
eac6cc6ab1
commit
30fa24b916
1 changed files with 4 additions and 4 deletions
|
@ -62,10 +62,10 @@ start_instance() {
|
||||||
procd_open_instance
|
procd_open_instance
|
||||||
|
|
||||||
procd_set_param command ${PROG} \
|
procd_set_param command ${PROG} \
|
||||||
${bind:+bind "$bind"} \
|
${bind:+bind from "$bind"} \
|
||||||
${bindport:+ "$bindport"} \
|
${bindport:+port "$bindport"} \
|
||||||
${host:+to "$host"} \
|
${host:+to addr "$host"} \
|
||||||
${port:+ "$port"} \
|
${port:+port "$port"} \
|
||||||
${dev:+dev "$dev"} \
|
${dev:+dev "$dev"} \
|
||||||
keyfile /tmp/${PROG_NAME}-${1}.key \
|
keyfile /tmp/${PROG_NAME}-${1}.key \
|
||||||
persist
|
persist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue