Skip to content

Commit

Permalink
Update README for added encryption method.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed May 26, 2013
1 parent 5bc6437 commit e44cd85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -33,7 +33,8 @@ Configuration file is in json format and has the same syntax with [shadowsocks-n
server your server ip or hostname
server_port server port
local_port local socks5 proxy port
method encryption method, null by default, or use "rc4"
method encryption method, null by default, or use any of the following:
aes-128-cfb, aes-192-cfb, aes-256-cfb, bf-cfb, cast5-cfb, des-cfb, rc4
password a password used to encrypt transfer
timeout server option, in seconds
```
Expand Down

0 comments on commit e44cd85

Please sign in to comment.