Updated Shadowsocks 使用说明 (markdown)
parent
4f7eb48e97
commit
8eb5abbd6d
1 changed files with 10 additions and 3 deletions
|
@ -17,17 +17,23 @@
|
|||
|
||||
#### Debian / Ubuntu:
|
||||
|
||||
apt-get install python-pip python-m2crypto
|
||||
apt-get install python-pip
|
||||
pip install shadowsocks
|
||||
|
||||
如果你添加了 [Debian sid] 的源,可直接 `apt-get install shadowsocks`.
|
||||
|
||||
#### CentOS:
|
||||
|
||||
yum install m2crypto python-setuptools
|
||||
yum install python-setuptools
|
||||
easy_install pip
|
||||
pip install shadowsocks
|
||||
|
||||
#### Windows:
|
||||
|
||||
下载安装 OpenSSL for Windows。然后类似 Linux 通过 easy_install 或 pip 来安装。
|
||||
如果你不清楚如何使用 easy_install,也可以直接[下载],然后用 `python shadowsocks/server.py`
|
||||
代替下文的 `ssserver`。
|
||||
|
||||
服务器配置
|
||||
---------
|
||||
|
||||
|
@ -123,4 +129,5 @@ MIT
|
|||
[常见问题]: https://github.com/clowwindy/shadowsocks/wiki/Troubleshooting
|
||||
[邮件列表]: http://groups.google.com/group/shadowsocks
|
||||
[SwitchySharp]: https://chrome.google.com/webstore/detail/proxy-switchysharp/dpplabbmogkhghncfbfdeeokoefdjegm
|
||||
[Chrome 离线安装包]: https://support.google.com/installer/answer/126299?hl=zh-Hans
|
||||
[Chrome 离线安装包]: https://support.google.com/installer/answer/126299?hl=zh-Hans
|
||||
[下载]: https://pypi.python.org/pypi/shadowsocks
|
Loading…
Add table
Add a link
Reference in a new issue