Merge pull request #295 from jlund/no-rc4
Use AES in the Usage example instead of RC4.
This commit is contained in:
@ -28,11 +28,11 @@ See [Install Server on Windows]
|
|||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
ssserver -p 443 -k password -m rc4-md5
|
ssserver -p 443 -k password -m aes-256-cfb
|
||||||
|
|
||||||
To run in the background:
|
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:
|
To stop:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user