This commit is contained in:
clowwindy 2014-05-02 13:19:42 +08:00
parent e0a27f1df3
commit 04d4db1f0b
5 changed files with 34 additions and 18 deletions

10
test/config.json Normal file
View file

@ -0,0 +1,10 @@
{
"server":"127.0.0.1",
"server_port":8388,
"local_port":1080,
"password":"barfoo!",
"timeout":300,
"method":"aes-256-cfb",
"local_address":"127.0.0.1",
"fast_open":false
}