Updated Home (markdown)
parent
913201ba6c
commit
3f6d05b867
2 changed files with 30 additions and 1 deletions
1
Home.md
1
Home.md
|
@ -1 +0,0 @@
|
|||
Welcome to the shadowsocks wiki!
|
30
shadowsocks.md
Normal file
30
shadowsocks.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
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`.
|
||||
|
||||
If you want to listen to IPv6 port, run `python server.py -6`.
|
||||
|
||||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue