Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Repository files navigation

OpenVPN

Best free VPN server for Docker

Start environment

$ docker-compose up -d

Configure VPN Passphrase

$ docker-compose run --rm openvpn set_passphrase 

Clients

Add New Client

docker-compose exec openvpn add_client CLIENTNAME 

Retrieve Client Configuration

docker-compose exec openvpn get_client CLIENTNAME > CLIENTNAME.ovpn

Remove Client Configuration

$ docker-compose exec openvpn ovpn_revokeclient $CLIENTNAME remove

Caveat

Ubuntu clients need the following installed

# apt-get install openvpn-systemd-resolved

And should have a config file generated using the following command

$ docker-compose exec openvpn get_client CLIENTNAME --ubuntu > CLIENTNAME.ovpn

Hotfix

push "route 0.0.0.0 128.0.0.0 net_gateway"
push "route 128.0.0.0 128.0.0.0 net_gateway"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.