Docker image for snell-server
Note Version 4 isn't compatible with version 3 clients
All available versions are listed in tags.
docker run -e PSK=<your_psk_here> -p <your_host_port_here>:9102 --restart unless-stopped -d geekdada/snell-server:latest
The default OBFS
setting is tls
, you can switch it to http
by adding -e OBFS=http
to the docker run args.