Skip to content

w796933/ssr-with-net_speeder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

base_ubuntu_docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%