Skip to content

Instantly share code, notes, and snippets.

@pahud
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pahud/33b7fb31ae25e1ea9f48 to your computer and use it in GitHub Desktop.
Save pahud/33b7fb31ae25e1ea9f48 to your computer and use it in GitHub Desktop.
Run shadowsocks on port 8888 with password 1234
$ docker run -d -p 8888:8888 pahud/shadowsocks-python -s 0.0.0.0 -p 8888 -k 1234 -m aes-256-cfb --workers 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment