{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": xxxx,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"tag": "IP6_out",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv6"
}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"routing": {
"rules": [
{
"inboundTag": [
"api"
],
"type": "field",
"domain": [
"openai.com"
],
"outboundTag": "IP6_out"
},
{
"ip": [
"geoip:private"
],
"type": "field",
"domain": [
"openai.com"
],
"outboundTag": "IP6_out"
},
{
"protocol": [
"bittorrent"
],
"type": "field",
"domain": [
"openai.com"
],
"outboundTag": "IP6_out"
}
]
},
"stats": {}
}