From 70534b009c7d4b9083c3371ee46f060a569576ae Mon Sep 17 00:00:00 2001 From: ryan-web-dev <149881926+ryan-web-dev@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:01:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E4=BC=98=E5=8C=96X?= =?UTF-8?q?ray-Core=E9=BB=98=E8=AE=A4=E7=9B=B4=E8=BF=9E=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E8=A7=A3=E5=86=B3Xray-Core=E4=B8=8B=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E5=B1=8F=E8=94=BD=E5=A4=A7=E9=99=86=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E5=90=8E=E9=83=A8=E5=88=86=E5=9C=BA=E6=99=AF=E4=B8=8B=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E5=9C=A8google=20play=E4=B8=AD=E5=AE=89=E8=A3=85APP?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 部分国产手机默认内置Google框架,内置框架会使用services.googleapis.cn来请求,在一些客户端中的分流规则会把该域名走Proxy。 开启屏蔽大陆域名后,会禁用geosite:cn中的域名,services.googleapis.cn该域名也其中,导致流量会走blackhole_out,使google play中安装APP一直pending --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7ab563d..28ebd9d 100644 --- a/install.sh +++ b/install.sh @@ -3808,7 +3808,8 @@ EOF "type": "field", "domain": [ "domain:gstatic.com", - "domain:googleapis.com" + "domain:googleapis.com", + "domain:googleapis.cn" ], "outboundTag": "z_direct_outbound" }