Files
shadowsocks/config.json
clowwindy 89a7508f26 lint code
2014-05-02 12:28:53 +08:00

11 lines
209 B
JSON

{
"server":"localhost",
"server_port":8388,
"local_port":1080,
"password":"barfoo!",
"timeout":600,
"method":"table",
"local_address":"127.0.0.1",
"fast_open":false
}