check cipher before daemon start

fix #280
This commit is contained in:
clowwindy
2015-02-02 15:46:22 +08:00
parent ae99698b4e
commit 7aa37cad8e
4 changed files with 15 additions and 10 deletions

View File

@ -28,12 +28,19 @@ See [Install Server on Windows]
### Usage
ssserver -p 8000 -k password -m rc4-md5
ssserver -p 443 -k password -m rc4-md5
To run in the background:
ssserver -p 8000 -k password -m rc4-md5 -d start
ssserver -p 8000 -k password -m rc4-md5 -d stop
sudo ssserver -p 443 -k password -m rc4-md5 --user nobody -d start
To stop:
sudo ssserver -d stop
To check the log:
sudo less /var/log/shadowsocks.log
Check all the options via `-h`. You can also use a [Configuration] file
instead.