Use AES in the Usage example instead of RC4.
This commit is contained in:
parent
4172639d48
commit
b6e6e14b8a
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue