Files
shadowsocks/README.md

29 lines
777 B
Markdown
Raw Normal View History

2012-04-20 06:10:49 -07:00
shadowsocks
2012-04-20 22:26:00 +08:00
===========
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
2012-11-02 14:30:04 +08:00
Run `python server.py` on your server. To run it in the background, run `nohup python server.py > log &`.
2012-04-20 22:26:00 +08:00
Put `local.py` on your client machine. Edit `local.py`, change these values:
2012-05-10 19:03:28 +08:00
SERVER your server ip or hostname
2012-04-20 22:26:00 +08:00
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