File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ping-restart 85
1111auth-retry nointeract
1212auth-user-pass /etc/openvpn/auth
1313
14- # route-noexec
14+ route-noexec
1515script-security 2
1616up "/etc/openvpn/up.sh"
1717down /etc/openvpn/update-resolv-conf
Original file line number Diff line number Diff line change 2222 ip rule add table $country from $ifconfig_local
2323
2424fi
25- # killall -9 dumbproxy
26- # /usr/local/bin/dumbproxy ${CMD_OPTS} -ip-hints "$ifconfig_local" -bind-address 0.0.0.0:8888 &
25+ killall -9 dumbproxy
26+ /usr/local/bin/dumbproxy ${CMD_OPTS} -ip-hints " $ifconfig_local " -bind-address 0.0.0.0:8888 &
2727
2828exit 0
Original file line number Diff line number Diff line change 11#! /bin/sh -e
22
33# 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
4+ # exec 2>&1
5+ # exec env - PATH=$PATH /usr/local/bin/dumbproxy ${PROXY_AUTH} -bind-address 0.0.0.0:8888
You can’t perform that action at this time.
0 commit comments