This docker image connects to given OpenVPN-server and creates socks5-proxy to local host machine port 8181. It is useful if you don't want to tunnel all device traffic through VPN but just couple apps.
Internet <--> OpenVPN-Server <--> SocksVPN(OpenVPN Client <-- SSH-Server <-- SSH-Client <-- SOCKS-proxy) <--> Host-machine Socks-client
- Place your OpenVPN-config file to directory root as credentials.ovpn.
- (optional) Place your actual connection credentials to auth.txt-file.
- Run
sudo ./run.sh
- Configure proxy-settings of your applications to use 127.0.0.1:8181 as SOCKS5-proxy.