现在主力使用hk,不想每次都切换节点,需求访问ai类通过规则分流走us,查阅了一些发现都是讲在当前节点分流的gusite的分流,是直连还是代理,没有分流到第二个节点的proxy的配置可以参考
#### outbound.json
```
[
{
"tag": "IPv4_out",
"protocol": "freedom",
"settings": {}
},
{
"tag": "proxy-out-vless",
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "xxxxx",
"port": 443,
"users": [
{
"id": "5b57c8a9-xxxx-342cd93f217e",
"flow": "xtls-rprx-vision",
"encryption": "none",
"level": 0
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"tlsSettings": {
"serverName": "www.xxxx.com",
"allowInsecure": false,
"fingerprint": "chrome"
},
"realitySettings": {
"publicKey": "3vHoD3tKqlN1Fxxxxx-i_FrIUZBFQJ6fVg",
"shortId": "5b7c6ce5",
"spx": "/"
}
}
},
{
"tag": "IPv6_out",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv6"
}
},
{
"tag": "socks5-warp",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 1080
}
]
}
},
{
"protocol": "blackhole",
"tag": "block"
}
]
```
#### route.json
```
{
"domainStrategy": "IPOnDemand",
"rules": [
{
"type": "field",
"outboundTag": "block",
"ip": [
"geoip:private"
]
},
{
"type": "field",
"outboundTag": "block",
"protocol": [
"bittorrent"
]
},
{
"type": "field",
"outboundTag": "socks5-warp",
"domain": []
},
{
"type": "field",
"outboundTag": "IPv6_out",
"domain": []
},
{
"type": "field",
"outboundTag": "proxy-out-vless",
"domain": [
"claude.ai"
]
},
{
"type": "field",
"outboundTag": "IPv4_out",
"network": "udp,tcp"
}
]
}
```
报错 这个fingerprint调整好像也不行
```
Failed to understand Outbound config, Please check: https://xtls.github.io/config/outbound.html for help: infra/conf: Failed to build REALITY config. > infra/conf: empty "fingerprint"