shadowsocks_install/docker/shadowsocks-python/config_sample.json
Teddysun cd1233538d
Added shadowsocks-python docker image
Signed-off-by: Teddysun <i@teddysun.com>
2018-08-19 10:56:13 +09:00

10 lines
203 B
JSON

{
"server":"0.0.0.0",
"server_port":9000,
"local_address":"127.0.0.1",
"local_port":1080,
"password":"password0",
"timeout":120,
"method":"aes-256-cfb",
"fast_open":true
}