A high performance peer-to-peer mesh VPN over UDP supporting strong encryption.
| Name | Default | Example |
|---|---|---|
| TZ | UTC | Asia/Shanghai |
| RUN_MODE | normal | ws_proxy |
| LISTEN_PORT | 3210 | 80 |
$ docker pull akafeng/vpncloud
$ docker run -d \
-v /etc/vpncloud/:/etc/vpncloud/ \
-v /var/log/vpncloud/:/var/log/vpncloud/ \
--device=/dev/net/tun \
--cap-add=NET_ADMIN \
--network host\
--restart always \
--name=vpncloud \
akafeng/vpncloud
Content type
Image
Digest
Size
29 MB
Last updated
over 5 years ago
docker pull akafeng/vpncloud