ShadowVPN is a fast, safe VPN based on libsodium.
309
ShadowVPN is a fast, safe VPN based on libsodium.
~/fig/shadowvpn/
├── docker-compose.yml
└── server.conf
Please change password in server.conf to protect your server.
shadowvpn:
image: vimagick/shadowvpn
ports:
- "1123:1123/udp"
volumes:
- "./server.conf:/etc/shadowvpn/server.conf"
privileged: true
restart: always
$ docker-compose up -d
$ shadowvpn -c /etc/shadowvpn/client.conf -v
Change settings in client.conf.
Content type
Image
Digest
Size
4.4 MB
Last updated
about 10 years ago
docker pull jim3mar/shadowvpn