{
"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": {}
}