mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 05:04:22 +00:00
19 lines
430 B
JSON
19 lines
430 B
JSON
|
|
{
|
||
|
|
"tag": "balancer-load",
|
||
|
|
"selector": ["proxy-"],
|
||
|
|
"fallbackTag": "fallback-out",
|
||
|
|
"strategy": {
|
||
|
|
"type": "leastLoad",
|
||
|
|
"settings": {
|
||
|
|
"expected": 3,
|
||
|
|
"maxRTT": "1s",
|
||
|
|
"tolerance": 0.05,
|
||
|
|
"baselines": ["500ms", "1s", "2s"],
|
||
|
|
"costs": [
|
||
|
|
{ "regexp": false, "match": "proxy-premium", "value": 0.1 },
|
||
|
|
{ "regexp": true, "match": "^proxy-cheap-.+$", "value": 5 }
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|