Browse Source

Update README.md

master
clowwindy 10 years ago
parent
commit
1db1e4f4e9
  1. 29
      README.md

29
README.md

@ -12,15 +12,6 @@ A fast tunnel proxy that helps you bypass firewalls.
Install Install
------- -------
You'll have a client on your local side, and setup a server on a
remote server.
### Client
* [Windows] / [OS X]
* [Android] / [iOS]
* [OpenWRT]
### Server ### Server
#### Debian / Ubuntu: #### Debian / Ubuntu:
@ -39,13 +30,14 @@ source list.
#### Windows: #### Windows:
Install [OpenSSL for Windows]. Download [the package]. 1. Install [OpenSSL for Windows].
Use `python shadowsocks/server.py` instead of `ssserver` command below. 2. Download [the package].
3. Use `python shadowsocks/server.py` instead of `ssserver` command below.
Usage Usage
----- -----
On your server: ### Server
ssserver -p 8000 -k password -m rc4-md5 ssserver -p 8000 -k password -m rc4-md5
@ -54,10 +46,17 @@ To run in the background:
ssserver -p 8000 -k password -m rc4-md5 -d start ssserver -p 8000 -k password -m rc4-md5 -d start
ssserver -p 8000 -k password -m rc4-md5 -d stop ssserver -p 8000 -k password -m rc4-md5 -d stop
On your client machine, use the same configuration as your server. Check the Check all the options via `-h`. You can also use a [Configuration] file
README of your client for more information. instead.
### Client
* [Windows] / [OS X]
* [Android] / [iOS]
* [OpenWRT]
Check the options via `-h`. You can also use a [Configuration] file instead. Use GUI clients on your local PC/phones. Check the README of your client
for more information.
Documentation Documentation
------------- -------------

Loading…
Cancel
Save