Sign inSign up

zfpsystems/easy-openvpn

By zfpsystems

Updated 5 months ago

A easy and simple way to quickly spin up an OpenVPN server in a Container

Buildkit cache
Image
Networking
Security
0

1.1K

zfpsystems/easy-openvpn repository overview

To get the image working use this:

docker run -d
--name openvpn
--cap-add=NET_ADMIN
--device /dev/net/tun:/dev/net/tun
-p 1194:1194/udp
-v $(pwd)/openvpn/pki:/etc/openvpn/pki
-v $(pwd)/server.conf:/etc/openvpn/server/server.conf:ro
zfpsystems/easy-openvpn:latest

Instructions here: https://github.com/pzaino/easy_openvpn

Tag summary

Content type

Image

Digest

sha256:0d4c96746

Size

35.7 MB

Last updated

5 months ago

docker pull zfpsystems/easy-openvpn