Skip to content

Commit 6f503e9

Browse files
committed
addd CMD_OPTS options form start dumbproxy
1 parent 8bd4b73 commit 6f503e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/etc/openvpn/up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ then
2323

2424
fi
2525
killall -9 dumbproxy
26-
/usr/local/bin/dumbproxy -auth basicfile://?path=/etc/dumbproxy.htpasswd -ip-hints "$ifconfig_local" -bind-address 0.0.0.0:8888 &
26+
/usr/local/bin/dumbproxy ${CMD_OPTS} -ip-hints "$ifconfig_local" -bind-address 0.0.0.0:8888 &
2727

2828
exit 0

0 commit comments

Comments
 (0)