Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 696 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 696 Bytes

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