Skip to content

Instantly share code, notes, and snippets.

@clowwindy
Created January 4, 2013 08:42
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 clowwindy/4450961 to your computer and use it in GitHub Desktop.
Save clowwindy/4450961 to your computer and use it in GitHub Desktop.
$ ./server -p 8388 -k foobar &
2013-01-04 16:34:01 INFO: Shadowsocks Version:0.1 libuv(0.9) Written by Dndx(idndx.com)
2013-01-04 16:34:01 INFO: Encrypt and decrypt table generated
2013-01-04 16:34:01 INFO: Listening on 0.0.0.0:8388
$ python local.py -k foobar &
2013-01-04 16:34:13 INFO starting server at port 1080 ...
$ curl -v www.baidu.com --socks5-hostname 127.0.0.1:1080
2013-01-04 16:34:37 INFO: Accepted connection from 127.0.0.1
2013-01-04 16:34:37 INFO: addrtype unknown, closing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment