ggpht.com 头像被俄罗斯屏蔽
Xray 配置 outbounds 和 routing
{
"api": {
"services": [
"HandlerService",
"LoggerService",
"StatsService"
],
"tag": "api"
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 62789,
"protocol": "dokodemo-door",
"settings": {
"address": "127.0.0.1"
},
"tag": "api"
}
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"tag": "ChuZhanDaoVirmachJP",
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "XXX.XXX.XXX.XXX",
"port": XXXX,
"users": [
{
"id": "XXXX",
"security": "auto",
"alterId": XXXX
}
]
}
]
},
"streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "http",
"request": {
"version": "1.1",
"method": "GET",
"path": [
"/XXXX"
],
"headers": {
"Host": [
"XXXX.com"
],
"User-Agent": [
""
],
"Accept-Encoding": [
"gzip, deflate"
],
"Connection": [
"keep-alive"
],
"Pragma": "no-cache"
}
}
}
}
}
},
{
"protocol": "blackhole",
"settings": {},
"tag": "blocked"
}
],
"policy": {
"system": {
"statsInboundDownlink": true,
"statsInboundUplink": true
}
},
"routing": {
"rules": [
{
"inboundTag": [
"api"
],
"outboundTag": "api",
"type": "field"
},
{
"ip": [
"geoip:private"
],
"outboundTag": "blocked",
"type": "field"
},
{
"outboundTag": "blocked",
"protocol": [
"bittorrent"
],
"type": "field"
},
{
"type": "field",
"outboundTag": "ChuZhanDaoVirmachJP",
"domain": [
"domain:ggpht.com"
]
}
]
},
"stats": {}
}