Merge pull request #295 from jlund/no-rc4

Use AES in the Usage example instead of RC4.
This commit is contained in:
clowwindy 2015-03-29 12:19:22 +08:00
commit e898f92191
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@ See [Install Server on Windows]
### Usage
ssserver -p 443 -k password -m rc4-md5
ssserver -p 443 -k password -m aes-256-cfb
To run in the background:
sudo ssserver -p 443 -k password -m rc4-md5 --user nobody -d start
sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start
To stop: