Skip to content

Commit 93f65b5

Browse files
committed
add proxy auth
1 parent 7a32438 commit 93f65b5

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 -verbosity 40 -ip-hints "$ifconfig_local" -bind-address 0.0.0.0:8888 &
26+
/usr/local/bin/dumbproxy $PROXY_AUTH -ip-hints "$ifconfig_local" -bind-address 0.0.0.0:8888 &
2727

2828
exit 0

0 commit comments

Comments
 (0)