Python port of ShadowsocksR
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
clowwindy 2f67cabfe0 move config into a JSON file; lint code 12 years ago
.gitignore initial commit 13 years ago
README.md update readme 12 years ago
config.json move config into a JSON file; lint code 12 years ago
local.py move config into a JSON file; lint code 12 years ago
server.py move config into a JSON file; lint code 12 years ago
test_encrypt.py add test_encrypt.py. 13 years ago

README.md

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 nohup python server.py > log &.

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