配置负载均衡可以使用在以下场景
json{
"tag":"GoNetflix",
"protocol":"socks",
"settings":{
"servers":[
{
"address":"x.x.x.x",
"port":12345,
"users":[
{
"user":"a",
"pass":"b"
}
]
}
]
}
},
{
"tag":"GoNetflix2",
"protocol":"socks",
"settings":{
"servers":[
{
"address":"y.y.y.y",
"port":12345,
"users":[
{
"user":"c",
"pass":"d"
}
]
}
]
}
}
json"balancers":[
{
"tag":"balancer",
"selector":[
"GoNetflix",
"GoNetflix2"
],
"strategy":{
"type":"random"
}
}
]
json{
"type":"field",
"balancerTag":"balancer",
"domain":[
"domain:netflix.com",
"domain:nflxvideo.net"
]
}