shadowsocks_install/sample_config/shadowsocks-libev/config.json
Teddysun 903f675701
Added sample configuration
Signed-off-by: Teddysun <i@teddysun.com>
2018-06-23 10:06:33 +09:00

11 lines
223 B
JSON

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