shadowsocks/tests/graceful.json

11 lines
219 B
JSON
Raw Normal View History

2015-08-02 06:37:44 +00:00
{
"server":"127.0.0.1",
2015-08-02 07:12:41 +00:00
"server_port":8388,
2015-08-02 06:37:44 +00:00
"local_port":1081,
"password":"aes_password",
"timeout":15,
"method":"aes-256-cfb",
"local_address":"127.0.0.1",
"fast_open":false
}