Coder Social home page Coder Social logo

Comments (3)

zfl9 avatar zfl9 commented on August 19, 2024

googleapis.com 其实使用国内DNS解析会有问题(至少我这边有问题),具体的:如果从gfwlist.txt里面移除这个域名模式,那么Android上的Google Play就打不开,提示 从服务器检索信息时出错,DF-DFERH-01

至于你说的白名单功能,实现起来应该比较简单,但这段时间暂时没时间搞,可能要下个礼拜或者再延后。。其实你就是期望两个名单匹配:

  • gfwlist-file:黑名单,命中的直接走国外DNS。
  • chnlist-file:白名单,命中的直接走国内DNS。

至于优先级,我认为可以再提供一个选项,如:

  • 默认优先级是 gfwlist-file 高于 chnlist-file。
  • 如果指定选项 -m,那么 chnlist-file 优先级高于 gfwlist-file。

from chinadns-ng.

hq450 avatar hq450 commented on August 19, 2024

googleapis.com的情况确实特殊,我希望的就是除了部分googleapis.com下的二级域名用国内DNS,其余都用国外DNS。

感谢作者,静等更新。

from chinadns-ng.

zfl9 avatar zfl9 commented on August 19, 2024

@hq450 见最新 release 版本以及 readme 说明。

from chinadns-ng.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.