add test
This commit is contained in:
parent
ed39505dc1
commit
fd4efca0fe
8 changed files with 45 additions and 8 deletions
16
README.md
16
README.md
|
@ -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
|
||||
----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue