From dbd85077e7b3491cca70d4691b8d2f163b7c9137 Mon Sep 17 00:00:00 2001 From: AkaneAkaza Date: Mon, 25 Sep 2017 13:24:25 +0800 Subject: [PATCH] fix mu list --- shadowsocks/obfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks/obfs.py b/shadowsocks/obfs.py index 3dfdb14..499ca1b 100644 --- a/shadowsocks/obfs.py +++ b/shadowsocks/obfs.py @@ -35,7 +35,7 @@ method_supported.update(auth.obfs_map) method_supported.update(auth_chain.obfs_map) def mu_protocol(): - return ["auth_aes128_md5", "auth_aes128_sha1", "auth_chain_a"] + return ["auth_aes128_md5", "auth_aes128_sha1", "auth_chain_a", "auth_chain_b", "auth_chain_c", "auth_chain_d", "auth_chain_e"] class server_info(object): def __init__(self, data):