Skip to content

OpenVPN Server in a Docker container that is easy to setup.

Notifications You must be signed in to change notification settings

Warfront1/openvpn-server-easy-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openvpn-server-easy-docker

OpenVPN Server in a Docker container that is easy to setup

Quick Start

Run the docker container:

docker run --name openvpn-server-easy -p 1194:1194/udp --device=/dev/net/tun --cap-add=NET_ADMIN warfront1osed/openvpn-server-easy:latest

Obtain the client's required connection files:

docker cp openvpn-server-easy:/client_credentials/. ./

Connect to the VPN using the client's required connection files on your preferred OpenVpn client.

About

OpenVPN Server in a Docker container that is easy to setup.

Resources

Stars

Watchers

Forks

Packages

No packages published