dockerfiles/shadowvpn
yhj39300 6dbaa58447
Update README.md
2023-08-27 11:51:02 +08:00
..
Dockerfile swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
Dockerfile.debian swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
README.md Update README.md 2023-08-27 11:51:02 +08:00

ShadowVPN

ShadowVPN is a fast, safe VPN based on libsodium.

directory tree

~/fig/shadowvpn/
├── docker-compose.yml
└── server.conf

Please change password in server.conf to protect your server.

docker-compose.yml

services:
  shadowvpn:
  image: vimagick/shadowvpn:latest
  ports:
    - "1123:1123/udp"
  volumes:
    - "/root/shadowvpn/server.conf:/etc/shadowvpn/server.conf"
  privileged: true
  restart: always

server

$ docker-compose up -d

client

$ shadowvpn -c /etc/shadowvpn/client.conf -v

Change settings in client.conf.