mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 10:09:17 +08:00
23 lines
519 B
JSON
23 lines
519 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"
|
|
}
|
|
]
|
|
}
|