From 5feb3d781fedabc0e3b1c1c03c4257bee1a882d4 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Thu, 23 May 2013 16:12:27 +0800 Subject: [PATCH] update manual --- shadowsocks.8 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shadowsocks.8 b/shadowsocks.8 index d7257371..149dd312 100644 --- a/shadowsocks.8 +++ b/shadowsocks.8 @@ -66,8 +66,9 @@ Set the shadowsocks password. The server and the client should use the same password. .TP .B \-m \fIencrypt_method\fP -Set the shadowsocks encryption method. Currently, shadowsocks accepts two -encryption methods: table or rc4. And the default method is \fItable\fP. +Set the shadowsocks encryption method. Currently, shadowsocks accepts several +encryption methods: table, rc4, aes-128-cfb, aes-192-cfb, aes-256-cfb, bf-cfb, +cast5-cfb and des-cfb. The default method is \fItable\fP. .TP .B \-f \fIpid_file\fP Start shadowsocks as a daemon with a specific pid file.