Skip to content

Commit e898f92

Browse files
committed
Merge pull request shadowsocks#295 from jlund/no-rc4
Use AES in the Usage example instead of RC4.
2 parents 5c0391d + b6e6e14 commit e898f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ See [Install Server on Windows]
2828

2929
### Usage
3030

31-
ssserver -p 443 -k password -m rc4-md5
31+
ssserver -p 443 -k password -m aes-256-cfb
3232

3333
To run in the background:
3434

35-
sudo ssserver -p 443 -k password -m rc4-md5 --user nobody -d start
35+
sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start
3636

3737
To stop:
3838

0 commit comments

Comments
 (0)