x-ui特定域名分流会设置,meck-a脚本里改怎么设置?
这是x-ui面板里的设置,想用到meck-a脚本里去。8合1脚本捣鼓了6个小时没弄好~ 好大哥帮帮忙~求求了
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"routing": {
"rules": [
{
"type": "field",
"balancerTag": "balancer",
"domain": [
"900cha.com",
"ip125.com"
]
},
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
],
"balancers": [
{
"tag": "balancer",
"selector": [
"zhuzai_proxy",
]
}
]
},
"stats": {}
}
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"routing": {
"rules": [
{
"type": "field",
"balancerTag": "balancer",
"domain": [
"900cha.com",
"ip125.com"
]
},
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
}
],
"balancers": [
{
"tag": "balancer",
"selector": [
"zhuzai_proxy",
]
}
]
},
"stats": {}
}