mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
25 lines
579 B
JSON
25 lines
579 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"address": "127.0.0.1",
|
|
"port": 8388,
|
|
"password": "password-svr1",
|
|
"method": "bf-cfb"
|
|
},
|
|
{
|
|
"address": "127.0.0.1",
|
|
"port": 8384,
|
|
"password": "password-svr2",
|
|
"method": "aes-256-cfb"
|
|
},
|
|
{
|
|
"address": "127.0.0.1",
|
|
"port": 8385,
|
|
"password": "password-svr3",
|
|
"method": "rc4-md5"
|
|
}
|
|
],
|
|
"local_port": 1080,
|
|
"local_address": "127.0.0.1"
|
|
}
|