Use AES in the Usage example instead of RC4.

This commit is contained in:
Joshua Lund 2015-02-14 21:33:40 -07:00
parent 4172639d48
commit b6e6e14b8a
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: