gorgia / docker-openvpn-proxy

Docker OpenVPN Client and Proxy Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-openvpn-proxy

Docker OpenVPN Client and Squid Proxy Server

Run container from Docker registry

To run the container use this command:

$ docker run --privileged  -d \
              -e "OPENVPN_PROVIDER=PIA" \
              -e "OPENVPN_CONFIG=Netherlands" \
              -e "OPENVPN_USERNAME=user" \
              -e "OPENVPN_PASSWORD=pass" \
              -p 1022:22 \
              -p 3128:3128 \
              dceschmidt/openvpn-proxy

Now you can connect your application to a proxy localhost:3128.

OpenVPN configuration

All OpenVPN configuration are explained at schmas/docker-openvpn-client.

About

Docker OpenVPN Client and Proxy Server

License:GNU General Public License v3.0


Languages

Language:Dockerfile 80.0%Language:Shell 20.0%