use md5 instead of sha256; #178

This commit is contained in:
clowwindy 2014-09-09 16:17:33 +08:00
parent 1fea9dca8d
commit 1044358a6b
4 changed files with 13 additions and 12 deletions

View file

@ -4,7 +4,7 @@
"local_port":1081,
"password":"aes_password",
"timeout":60,
"method":"rc4-sha256",
"method":"rc4-md5",
"local_address":"127.0.0.1",
"fast_open":false
}