|
楼主 |
发表于 2024-10-16 00:09:59
|
显示全部楼层
本帖最后由 定风波 于 2024-10-16 00:14 编辑
"routing": {
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"inboundTag": [
"api"
],
"outboundTag": "direct"
},
{
"type": "field",
"outboundTag": "blocked",
"ip": [
"geoip:private",
"geoip:cn"
]
},
{
"type": "field",
"outboundTag": "blocked",
"protocol": [
"bittorrent"
]
},
{
"type": "field",
"domain": [
"geositepenai",
"domain:ping0.cc"
],
"outboundTag": "openai"//这是我的链式代理出口
}
]
},
"stats": {}
}
每次设置都是重启xray+重启面板,机器都reboot过了,就是不生效,摆设 |
|