Update README.md
This commit is contained in:
parent
1db1e4f4e9
commit
d01ef02b5a
1 changed files with 9 additions and 18 deletions
27
README.md
27
README.md
|
@ -9,35 +9,26 @@ A fast tunnel proxy that helps you bypass firewalls.
|
||||||
|
|
||||||
[中文说明][Chinese Readme]
|
[中文说明][Chinese Readme]
|
||||||
|
|
||||||
Install
|
Server
|
||||||
-------
|
------
|
||||||
|
|
||||||
### Server
|
### Install
|
||||||
|
|
||||||
#### Debian / Ubuntu:
|
#### Debian / Ubuntu:
|
||||||
|
|
||||||
apt-get install python-pip
|
apt-get install python-pip
|
||||||
pip install shadowsocks
|
pip install shadowsocks
|
||||||
|
|
||||||
Or simply `apt-get install shadowsocks` if you have [Debian sid] in your
|
|
||||||
source list.
|
|
||||||
|
|
||||||
#### CentOS:
|
#### CentOS:
|
||||||
|
|
||||||
yum install python-setuptools
|
yum install python-setuptools && easy_install pip
|
||||||
easy_install pip
|
|
||||||
pip install shadowsocks
|
pip install shadowsocks
|
||||||
|
|
||||||
#### Windows:
|
#### Windows:
|
||||||
|
|
||||||
1. Install [OpenSSL for Windows].
|
See [Install Server on Windows]
|
||||||
2. Download [the package].
|
|
||||||
3. Use `python shadowsocks/server.py` instead of `ssserver` command below.
|
|
||||||
|
|
||||||
Usage
|
### Usage
|
||||||
-----
|
|
||||||
|
|
||||||
### Server
|
|
||||||
|
|
||||||
ssserver -p 8000 -k password -m rc4-md5
|
ssserver -p 8000 -k password -m rc4-md5
|
||||||
|
|
||||||
|
@ -49,7 +40,8 @@ To run in the background:
|
||||||
Check all the options via `-h`. You can also use a [Configuration] file
|
Check all the options via `-h`. You can also use a [Configuration] file
|
||||||
instead.
|
instead.
|
||||||
|
|
||||||
### Client
|
Client
|
||||||
|
------
|
||||||
|
|
||||||
* [Windows] / [OS X]
|
* [Windows] / [OS X]
|
||||||
* [Android] / [iOS]
|
* [Android] / [iOS]
|
||||||
|
@ -83,12 +75,11 @@ Bugs and Issues
|
||||||
[Coverage Status]: https://jenkins.shadowvpn.org/result/shadowsocks
|
[Coverage Status]: https://jenkins.shadowvpn.org/result/shadowsocks
|
||||||
[Coverage]: https://jenkins.shadowvpn.org/job/Shadowsocks/ws/htmlcov/index.html
|
[Coverage]: https://jenkins.shadowvpn.org/job/Shadowsocks/ws/htmlcov/index.html
|
||||||
[Debian sid]: https://packages.debian.org/unstable/python/shadowsocks
|
[Debian sid]: https://packages.debian.org/unstable/python/shadowsocks
|
||||||
[the package]: https://pypi.python.org/pypi/shadowsocks
|
|
||||||
[Encryption]: https://github.com/shadowsocks/shadowsocks/wiki/Encryption
|
[Encryption]: https://github.com/shadowsocks/shadowsocks/wiki/Encryption
|
||||||
[iOS]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help
|
[iOS]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Help
|
||||||
[Issue Tracker]: https://github.com/shadowsocks/shadowsocks/issues?state=open
|
[Issue Tracker]: https://github.com/shadowsocks/shadowsocks/issues?state=open
|
||||||
|
[Install Server on Windows]: https://github.com/shadowsocks/shadowsocks/wiki/Install-Shadowsocks-Server-on-Windows
|
||||||
[Mailing list]: https://groups.google.com/group/shadowsocks
|
[Mailing list]: https://groups.google.com/group/shadowsocks
|
||||||
[OpenSSL for Windows]: https://slproweb.com/products/Win32OpenSSL.html
|
|
||||||
[OpenWRT]: https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#openwrt
|
[OpenWRT]: https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients#openwrt
|
||||||
[OS X]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help
|
[OS X]: https://github.com/shadowsocks/shadowsocks-iOS/wiki/Shadowsocks-for-OSX-Help
|
||||||
[PyPI]: https://pypi.python.org/pypi/shadowsocks
|
[PyPI]: https://pypi.python.org/pypi/shadowsocks
|
||||||
|
|
Loading…
Reference in a new issue