-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chnroute/gwflist模式时google play无法下载app的解决 #239
Comments
有测试过只加入 |
晚上回家测一下看看 |
简单搭了个环境,测试只加@googleapis.cn也可以。 |
好的,感谢,后面默认给加到 gfwlist.ext 去 |
看了下,是 gfwlist 上游的问题,没有包含这两个域名。 |
xn--ngstr-lra8j.com 这个域名我看了,gfwlist.txt 已经存在,所以不加没问题。 |
v4.7.4 版本已添加 googleapis.cn 域名。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
近期才发现,chnroute/gwflist模式时,android手机上google play无法下载更新app。表现为进入play浏览和搜索都没问题
但是下载或更新时一直是0%
经过研究是发现 play在下载时需要解析services.googleapis.cn这个域名,然后返回给 xxxx-xxxx.xn--ngstr-lra8j.com具体区域的服务器开始下载。而services.googleapis.cn给解析到上海的IP了,所以xxxx-xxxx.xn--ngstr-lra8j.com也对应去往上海的地址。所以无法下载
可以把他们添加到/ss-tproxy/gfwlist.ext里即可解决了。
@googleapis.cn
@xn--ngstr-lra8j.com
但我的印象中以前即使googleapis.cn被解析到大陆IP,play也是下载更新都没问题的,这个问题好像是近期才出现的
The text was updated successfully, but these errors were encountered: