Skip to content

Commit 6defa87

Browse files
committed
add proxy auth #fix 4
1 parent 28bd1b3 commit 6defa87

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 ${PROXY_AUTH} -ip-hints "$ifconfig_local" -bind-address 0.0.0.0:8888 &
26+
/usr/local/bin/dumbproxy -passwd /etc/dumbproxy.htpasswd -ip-hints "$ifconfig_local" -bind-address 0.0.0.0:8888 &
2727

2828
exit 0

0 commit comments

Comments
 (0)