How to connect your browser to a VPN through proxy
Forked from https://github.com/jonohill/docker-openvpn-proxy
- Clone the repo
- Move your
.opvn
file here - Create a
.env
file with following
OPENVPN_FILE=OVPN_FILE.ovpn
OPENVPN_USERNAME=YOUR_USERNAME
OPENVPN_PASSWORD=YOUR_PASSWORD
- Build and Run
$ docker-compose build
$ docker-compose up -d
- Install any extension that allows proxy in your browser, i.e. SwitchyOmega.
- Point the proxy to
localhost:8081
, and you're up and running.