A fast tunnel proxy that helps you bypass firewalls. regulation cause this repo to get truncated, but there is still some history there. And tags.
Find a file
2012-06-06 15:43:50 +08:00
.gitignore initial commit 2012-04-20 06:10:49 -07:00
local.py lint code 2012-06-06 15:43:50 +08:00
README.md ipv6 is buggy; revert for now 2012-05-30 15:01:59 +08:00
server.py lint code 2012-06-06 15:43:50 +08:00
test_encrypt.py add test_encrypt.py. 2012-05-28 14:02:54 +08:00

shadowsocks

shadowsocks is a lightweight tunnel proxy which can help you get through firewalls

usage

Put server.py on your server. Edit server.py, change the following values:

PORT          server port
KEY           a password to identify clients

Run python server.py on your server. To run it in the background, run setsid python server.py.

Put local.py on your client machine. Edit local.py, change these values:

SERVER        your server ip or hostname
REMOTE_PORT   server port
PORT          local port
KEY           a password, it must be the same as the password of your server

Run python local.py on your client machine.

Change proxy settings of your browser into

SOCKS5 127.0.0.1:PORT