Integrated tinyproxy to allow private trackers to see us browsing from the same ip address

This commit is contained in:
Jeremy Andrews
2017-06-09 13:20:40 +12:00
parent bd94feb26d
commit bf1a7c8195
2 changed files with 6 additions and 0 deletions

View File

@@ -54,4 +54,7 @@ if [ -n "${LOCAL_NETWORK-}" ]; then
fi
fi
/opt/tinyproxy/run.sh ANY
/etc/init.d/tinyproxy start
exec openvpn $TRANSMISSION_CONTROL_OPTS $OPENVPN_OPTS --config "$OPENVPN_CONFIG"