This commit is contained in:
clowwindy 2014-05-03 23:04:49 +08:00
parent ed39505dc1
commit fd4efca0fe
8 changed files with 45 additions and 8 deletions

View file

@ -21,7 +21,7 @@ Install Shadowsocks.
#### Debian / Ubuntu:
apt-get install python-gevent python-m2crypto
apt-get install python-pip python-gevent python-m2crypto
pip install shadowsocks
#### CentOS:
@ -94,6 +94,20 @@ You can use args to override settings from `config.json`.
ssserver -p server_port -k password -m bf-cfb
ssserver -c /etc/shadowsocks/config.json
Salsa20
-------
Salsa20 is a fast stream cipher.
Use "salsa20-ctr" in shadowsocks.json.
And install these packages:
#### Debian / Ubuntu:
apt-get install python-numpy
pip install salsa20
Wiki
----