13 lines
326 B
JSON
13 lines
326 B
JSON
{
|
|
"server": "your_server_ip_here",
|
|
"server_port": 8388,
|
|
"local_address": "127.0.0.1",
|
|
"local_port": 1080,
|
|
"password": "secure_password",
|
|
"timeout": 300,
|
|
"method": "chacha20-ietf-poly1305",
|
|
"fast_open": false,
|
|
"plugin":"/usr/share/shadowsocks-libev/plugins/v2ray-plugin",
|
|
"workers": 1
|
|
}
|