* adjust some config, look almostly done.

This commit is contained in:
Shell.Xu 2014-08-23 01:51:46 +08:00
parent 3b242bee5e
commit 48780fed24
14 changed files with 29 additions and 180 deletions

11
debian/config.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"server":"my_server_ip",
"server_port":8388,
"local_address": "127.0.0.1",
"local_port":1080,
"password":"mypassword",
"timeout":300,
"method":"aes-256-cfb",
"fast_open": false,
"workers": 1
}