/junejie-openvpn-squid

openvpn and squid

Primary LanguageShell

DESCRIPTION

This will start a openvpn client and start a squid proxy for that vpn Vpn server.

Vpn server was vpnbook.com.

You can use this if you want to access websites that is block in your firewall

Tested in OSX 10.12.x

SETUP and RUN

  1. Run the docker

    $ docker run
    -p 3128:3128
    --device=/dev/net/tun
    --cap-add=NET_ADMIN
    --rm -it junejie/openvpn-squid:latest

  2. After successful run. Open your browser and configure your proxy to localhost and port 3128.

Note: vpn password will be pulled automatically

browser