We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f503e9 commit af1147cCopy full SHA for af1147c
2 files changed
rootfs/etc/openvpn/up.sh
@@ -22,7 +22,7 @@ then
22
ip rule add table $country from $ifconfig_local
23
24
fi
25
-killall -9 dumbproxy
26
-/usr/local/bin/dumbproxy ${CMD_OPTS} -ip-hints "$ifconfig_local" -bind-address 0.0.0.0:8888 &
+#killall -9 dumbproxy
+#/usr/local/bin/dumbproxy ${CMD_OPTS} -ip-hints "$ifconfig_local" -bind-address 0.0.0.0:8888 &
27
28
exit 0
rootfs/etc/service/dumbproxy/run
@@ -1,5 +1,5 @@
1
#!/bin/sh -e
2
3
# pipe stderr to stdout and run nginx omiting ENV vars to avoid security leaks
4
-#exec 2>&1
5
-#exec env - PATH=$PATH /usr/local/bin/dumbproxy ${PROXY_AUTH} -bind-address 0.0.0.0:8888
+exec 2>&1
+exec env - PATH=$PATH /usr/local/bin/dumbproxy ${PROXY_AUTH} -bind-address 0.0.0.0:8888
0 commit comments