/shadowsocks-server

Dockerized Golang version of shadowsocks-server with chacha20/salsa20 support.

Primary LanguageShell

shadowsocks-server

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.