A Docker image for ShadowsocksR (ShadowRocket, SSR)
docker pull alibo/shadowrocket-docker
docker run -d --restart=always \
-e "SSR_PORT=443" \
-e "SSR_PASSWORD=12345678" \
-e "SSR_METHOD=chacha20-ietf" \
-e "SSR_OBFS=http_post_compatible" \
-p 443:443 \
-p 443:443/udp \
alibo/shadowrocket-docker
More information about options: https://github.com/shadowsocksr-rm/shadowsocks-rss/blob/master/ssr.md
Currently, you cannot change the protocol
, you should set the protocol
to auth_aes128_md5
in the client app.
- Shadowsocks
- ShadowsocksR
- How to Setup a Fast Shadowsocks Server on Vultr VPS
- hangim/shadowsocks-docker
- @cenobar
MIT