feat(脚本): 优化Xray-Core默认直连域名,以解决Xray-Core下开启屏蔽大陆域名后部分场景下不能在google play中安装APP的问题

部分国产手机默认内置Google框架,内置框架会使用services.googleapis.cn来请求,在一些客户端中的分流规则会把该域名走Proxy。
开启屏蔽大陆域名后,会禁用geosite:cn中的域名,services.googleapis.cn该域名也其中,导致流量会走blackhole_out,使google play中安装APP一直pending
pull/965/head
ryan-web-dev 2024-03-06 09:01:36 +08:00 committed by GitHub
parent ae8270c3c5
commit 70534b009c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -3808,7 +3808,8 @@ EOF
"type": "field", "type": "field",
"domain": [ "domain": [
"domain:gstatic.com", "domain:gstatic.com",
"domain:googleapis.com" "domain:googleapis.com",
"domain:googleapis.cn"
], ],
"outboundTag": "z_direct_outbound" "outboundTag": "z_direct_outbound"
} }