add rc4-sha256; close #178

This commit is contained in:
clowwindy 2014-09-09 14:26:34 +08:00
parent 63fae5119d
commit 1b4e885818
5 changed files with 79 additions and 8 deletions

10
tests/rc4-sha256.json Normal file
View file

@ -0,0 +1,10 @@
{
"server":"127.0.0.1",
"server_port":8388,
"local_port":1081,
"password":"aes_password",
"timeout":60,
"method":"rc4-sha256",
"local_address":"127.0.0.1",
"fast_open":false
}