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