Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 639 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 639 Bytes

SSR-with-net_speeder for docker

SSR-with-net_speeder for docker Quit start: docker run -d -p 8388:8388/tcp -p 8388:8388/udp w796933/ssr-with-net_speeder -s 0.0.0.0 -p 8388 -k pass -m chacha20 -o http_post_compatible -O auth_sha1_v4_compatible

In default,the root passwd is random.If you want to use a preset password instead of a random generated one, you can set the environment variable ROOT_PASS to your specific password when running the container:

docker run -d -p 8388:8388/tcp -p 8388:8388/udp -e ROOT_PASS="mypass" w796933/ssr-with-net -s 0.0.0.0 -p 8388 -k pass -m chacha20 -o http_post_compatible -O auth_sha1_v4_compatible