项目作者: junejie

项目描述 :
openvpn and squid
高级语言: Shell
项目地址: git://github.com/junejie/junejie-openvpn-squid.git
创建时间: 2017-08-24T18:19:42Z
项目社区:https://github.com/junejie/junejie-openvpn-squid

开源协议:

下载


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 \

    1. -p 3128:3128 \
    2. --device=/dev/net/tun \
    3. --cap-add=NET_ADMIN \
    4. --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