Skip to content

Instantly share code, notes, and snippets.

@FingerLiu
Created June 30, 2017 02:29
Show Gist options
  • Save FingerLiu/2b8f164782d41895fff87884cab15124 to your computer and use it in GitHub Desktop.
Save FingerLiu/2b8f164782d41895fff87884cab15124 to your computer and use it in GitHub Desktop.
run ss in one line
docker run -dt --name ss -p 7890:7890 mritd/shadowsocks -s "-s 0.0.0.0 -p 7890 -m aes-256-cfb -k mypassword --fast-open"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment