"inbounds": [
{
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "",
"flow": "xtls-rprx-vision"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"dest": "1.1.1.1:443",
"serverNames": [
""
],
"privateKey": "",
"shortIds": [
""
]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
],
"routeOnly": true
}
}
],
"outbounds": [
{
"tag": "direct",
"protocol": "freedom"
},
{
"tag": "warp",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 2333
}
]
}
}
],
"routing": {
"rules": [
{
"type": "field",
"outboundsTag": "warp",
"domain": [
"geosite:netflix",
"domain:openai.com",
"domain:ai.com"
]
}
]
}
}```
1
6JSh5b6Q5Z2k 1 天前
ai 拒绝回答
|
2
Lukedis OP @6JSh5b6Q5Z2k 我让 ChatGPT 分析过,好像没啥问题,但是启动报错 neither outboundTag nor balancerTag is specified in routing rule
|
4
wang9571 1 天前
outboundsTag => outboundTag
|
5
Lukedis OP 此帖终结,outboundsTag-> outboundTag ,成功运行
|