Skip to content

lnterface/ssr-with-net_speeder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSR-with-net_speeder for docker

Quit start:

docker run -d -p 8388:8388/tcp -p 8388:8388/udp lnterface/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" lnterface/ssr-with-net_speeder -s 0.0.0.0 -p 8388 -k pass -m chacha20 -o http_post_compatible -O auth_sha1_v4_compatible

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages