shadowsocks_install/simple_config/shadowsocks-libev/config.json
Teddysun 5b2e055906
Added simple configuration
Signed-off-by: Teddysun <i@teddysun.com>
2018-06-21 22:56:50 +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"
}