Skip to content

andyzhshg/docker-shadowsocks-with-simple-obfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shadowsocks-libev with simple-obfs

usage example

example

docker run -it --rm hitian/ss ss-server -h

client

docker run \
    --name ss \
    -p1086:1086 \
    -p1087:1087 \
    -e SERVER_HOST="xxx.xxx.xxx.xxx" \
    -e SERVER_PORT=8111 \
    -e PASSWORD="password" \
    -e METHOD="chacha20-ietf-poly1305" \
    -e PLUGIN="obfs-local" \
    -e PLUGIN_OPS="obfs=tls;obfs-host=bing.com;fast-open;" \
    -d \
    andyzhshg/shadowsocks-with-simple-obfs

About

shadowsocks-libev with simple-obfs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 53.9%
  • HCL 24.6%
  • Shell 21.5%