duybnd/openvpn-client

By duybnd

Updated 6 months ago

Openvpn client based on https://github.com/wfg/docker-openvpn-client

Image
Integration & Delivery

23

docker run --name OpenVPN-C -p 8080:8080
--name=openvpn-client
--cap-add=NET_ADMIN
--device=/dev/net/tun
-e KILL_SWITCH="off"
-e HTTP_PROXY="true"
-e CHECK_VPN_STATUS="true"
-e HTTP_PROXY_USERNAME="openvpn"
-e HTTP_PROXY_PASSWORD="openvpn"
-v V-OPENVPN:/data/vpn
-d duybnd/openvpn-client:3.1

Docker Pull Command

docker pull duybnd/openvpn-client