1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-11-28 20:30:52 +01:00 committed by suyuan
parent 0a3e528fa6
commit c0d0fa3d3d

View file

@ -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