|
楼主 |
发表于 2024-10-15 23:55:00
|
显示全部楼层
本帖最后由 MondoViva 于 2024-10-16 00:53 编辑
给你看个我的配置:
```json
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"inboundTag":"vless1",
"outboundTag": "ccc"
},
{
"type": "field",
"inboundTag":"vless2",
"outboundTag": "aaa"
},
{
"type": "field",
"inboundTag":"vmess1",
"outboundTag": "nnn"
},
{
"type": "field",
"inboundTag": [
"api"
],
"outboundTag": "api"
},
{
"type": "field",
"outboundTag": "blocked",
"ip": [
"geoip:private"
]
},
{
"type": "field",
"outboundTag": "blocked",
"protocol": [
"bittorrent"
]
}
]
},
```
我这个没有加domain,只是分流,你自己加inbound进去看看
实在不行把完整的配置文件粘贴出来吧(去除敏感信息) |
|