Skip to content

willdowglas/docker-openvpn-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenVPN Proxy

How to connect your browser to a VPN through proxy

Forked from https://github.com/jonohill/docker-openvpn-proxy

Usage

  1. Clone the repo
  2. Move your .opvn file here
  3. Create a .env file with following
OPENVPN_FILE=OVPN_FILE.ovpn
OPENVPN_USERNAME=YOUR_USERNAME
OPENVPN_PASSWORD=YOUR_PASSWORD
  1. Build and Run
$ docker-compose build
$ docker-compose up -d
  1. Install any extension that allows proxy in your browser, i.e. SwitchyOmega.
  2. Point the proxy to localhost:8081, and you're up and running.

About

How to connect your browser to a VPN through proxy

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 65.0%
  • JavaScript 18.7%
  • Dockerfile 16.3%