Files
shadowsocks/config.json

11 lines
213 B
JSON
Raw Normal View History

{
2014-05-02 13:19:42 +08:00
"server":"0.0.0.0",
"server_port":8388,
"local_port":1080,
"password":"barfoo!",
2014-05-02 13:19:42 +08:00
"timeout":300,
2014-05-03 23:04:49 +08:00
"method":"aes-256-cfb",
2014-05-02 12:28:53 +08:00
"local_address":"127.0.0.1",
"fast_open":false
2013-01-07 13:08:38 +08:00
}