负载均衡终于整上了,接下来该弄qb代理了

This commit is contained in:
2026-06-30 13:52:46 +08:00
parent d5d02f65c4
commit 58f6a2a67f
4 changed files with 145 additions and 117 deletions
+77 -2
View File
@@ -2,6 +2,11 @@
"log": {
"loglevel": "info"
},
"observatory": {
"subjectSelector": ["interconn-apple", "interconn-samsung", "interconn-mozilla"],
"probeUrl": "https://www.baidu.com",
"probeInterval": "1m"
},
"reverse": {
"bridges": [
{
@@ -136,7 +141,7 @@
}
},
{
"tag": "interconn",
"tag": "interconn-apple",
"protocol": "vless",
"settings": {
"vnext": [
@@ -166,6 +171,68 @@
}
}
},
{
"tag": "interconn-mozilla",
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "salmonstill.cn",
"port": 443,
"users": [
{
"id": "113e167a-a2be-4b46-9010-60020108626c",
"encryption": "none",
"flow": "xtls-rprx-vision"
}
]
}
]
},
"streamSettings": {
"network": "raw",
"security": "reality",
"realitySettings": {
"show": false,
"fingerprint": "chrome",
"serverName": "addons.mozilla.org",
"password": "62y5gDjPrdeuePGl-D2IW4Cw9Kb8_bSBBTmArvL7Nhs",
"shortId": "7c947a71b94f369e",
"spiderX": "/search?q=xray"
}
}
},
{
"tag": "interconn-samsung",
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "salmonstill.cn",
"port": 443,
"users": [
{
"id": "113e167a-a2be-4b46-9010-60020108626c",
"encryption": "none",
"flow": "xtls-rprx-vision"
}
]
}
]
},
"streamSettings": {
"network": "raw",
"security": "reality",
"realitySettings": {
"show": false,
"fingerprint": "chrome",
"serverName": "www.samsung.com",
"password": "62y5gDjPrdeuePGl-D2IW4Cw9Kb8_bSBBTmArvL7Nhs",
"shortId": "7c947a71b94f369e",
"spiderX": "/search?q=xray"
}
}
},
{
"tag": "to_beijing_direct",
"protocol": "vless",
@@ -203,6 +270,14 @@
}
],
"routing": {
"balancers": [
{
"tag": "interconn-balancer",
"selector": ["interconn-apple", "interconn-samsung", "interconn-mozilla"],
"fallbackTag": "interconn-samsung",
"strategy": { "type": "leastPing" }
}
],
"rules": [
{
"type": "field",
@@ -219,7 +294,7 @@
"domain": [
"full:reverse-proxy.xray.internal"
],
"outboundTag": "interconn"
"balancerTag": "interconn-balancer"
},
{
"type": "field",