Dockerized Golang version of shadowsocks-server with chacha20/salsa20 support.
293
Dockerized Golang version of shadowsocks-server with chacha20/salsa20 support.
docker run -d --name shadowsocks-server \
-p ${SS_SERVER_PORT}:1984 # Required \
-e SS_PASSWORD:randompassword # Required \
-e SS_ENCRYPTION_METHOD:salsa20 # Default: salsa20 \
tedostrem/shadowsocks-server
Also check out the compatible shadowsocks-client which also exposes a http proxy.
Content type
Image
Digest
Size
249 MB
Last updated
almost 7 years ago
docker pull tedostrem/shadowsocks-server