Update config.json for new version

This commit is contained in:
Teddysun 2014-05-04 15:46:57 +08:00
parent 6ec64b1fdb
commit b0f203839e

View File

@ -95,10 +95,12 @@ function config_shadowsocks(){
{ {
"server":"${IP}", "server":"${IP}",
"server_port":8989, "server_port":8989,
"local_address": "127.0.0.1",
"local_port":1080, "local_port":1080,
"password":"${shadowsockspwd}", "password":"${shadowsockspwd}",
"timeout":600, "timeout":600,
"method":"aes-256-cfb" "method":"aes-256-cfb",
"fast_open":false
} }
EOF EOF
} }