Update README.md
This commit is contained in:
parent
538c4d6cba
commit
1868487c11
1 changed files with 15 additions and 4 deletions
19
README.md
19
README.md
|
@ -21,8 +21,8 @@ Install Shadowsocks.
|
|||
|
||||
#### Debian / Ubuntu:
|
||||
|
||||
apt-get install python-pip python-gevent python-m2crypto
|
||||
pip install shadowsocks
|
||||
apt-get install build-essential python-pip python-m2crypto
|
||||
pip install gevent shadowsocks
|
||||
|
||||
#### CentOS:
|
||||
|
||||
|
@ -73,7 +73,8 @@ Explanation of the fields:
|
|||
| fast_open | use [TCP_FASTOPEN][2], true / false |
|
||||
| workers | number of workers, available on Unix/Linux |
|
||||
|
||||
Run `ssserver -c /etc/shadowsocks.json` on your server. To run it in the background, [use supervisor][8].
|
||||
Run `ssserver -c /etc/shadowsocks.json` on your server. To run it in the background,
|
||||
[use supervisor][8].
|
||||
|
||||
On your client machine, run `sslocal -c /etc/shadowsocks.json`.
|
||||
|
||||
|
@ -83,7 +84,8 @@ Change the proxy settings in your browser to
|
|||
hostname: 127.0.0.1
|
||||
port: your local_port
|
||||
|
||||
**Notice: If you want to use encryption methods other than "table", please install M2Crypto (See Encryption Section).**
|
||||
**Notice: If you want to use encryption methods other than "table", please
|
||||
install M2Crypto (See Encryption Section).**
|
||||
|
||||
It's recommended to use shadowsocks with AutoProxy or Proxy SwitchySharp.
|
||||
|
||||
|
@ -96,6 +98,15 @@ You can use args to override settings from `config.json`.
|
|||
ssserver -p server_port -k password -m bf-cfb --workers 2
|
||||
ssserver -c /etc/shadowsocks/config.json
|
||||
|
||||
gevent
|
||||
------
|
||||
|
||||
If you suffer from any strange problem when you have installed gevent 0.9.x,
|
||||
install a new version.
|
||||
|
||||
pip install gevent --upgrade
|
||||
|
||||
|
||||
Salsa20
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in a new issue