shadowsocks_install/docker/shadowsocks-libev/config_sample.json
Teddysun c60847dcae
Added shadowsocks-libev docker image
This image based debian:stretch

Signed-off-by: Teddysun <i@teddysun.com>
2018-06-23 10:31:30 +09:00

10 lines
201 B
JSON

{
"server":"0.0.0.0",
"server_port":9000,
"password":"password0",
"timeout":300,
"method":"aes-256-gcm",
"fast_open":true,
"nameserver":"8.8.8.8",
"mode":"tcp_and_udp"
}