Go to file
Felix Yan d9e75a924e
accelerated-domains: add dalvlaw.com
2023-05-26 07:44:56 +00:00
.github/workflows hash 2022-12-27 07:32:17 +08:00
test updater: improve redundant find logic and add ci for it 2022-12-05 20:43:31 +02:00
LICENSE
Makefile Makefile: Fix make clean 2022-12-27 07:32:27 +08:00
README.md add example for dnscrypt (#215) 2018-12-19 05:19:21 +08:00
accelerated-domains.china.conf accelerated-domains: add dalvlaw.com 2023-05-26 07:44:56 +00:00
apple.china.conf Update apple.china.conf 2022-12-04 18:19:52 +08:00
autoupdater.rb autoupdater: improve concurrent implementation 2022-11-03 23:00:22 +02:00
bogus-nxdomain.china.conf bogus-nxdomain: add new result from level3 dns 2022-11-11 19:18:28 +00:00
cdn-testlist.txt google: add gonglchuangl.net 2022-10-08 10:52:32 +00:00
dnsmasq-update-china-list
find_redundant.rb updater & find_redundant: rewrite in ruby 2022-10-31 01:47:14 +02:00
gems.rb updater: improve redundant find logic and add ci for it 2022-12-05 20:43:31 +02:00
google.china.conf google: remove redirector.c.drive.google.com 2023-04-22 16:56:32 +00:00
install.sh install.sh: update default servers 2021-09-09 22:45:48 +00:00
ns-blacklist.txt ns-blacklist: remove trailing dot 2022-10-29 13:23:59 +03:00
ns-whitelist.txt ns-whitelist: remove .ffdns.net 2022-10-28 22:59:52 +03:00
removed-cdn.txt accelerated-domains: remove siportal.cdnetworks.com 2023-05-24 14:17:36 +00:00
updater.rb updater: improve redundant find logic and add ci for it 2022-12-05 20:43:31 +02:00
verify.rb verify: set exit code for single domain verification 2023-05-24 14:00:39 +00:00

README.md

dnsmasq-china-list

Chinese-specific configuration to improve your favorite DNS server. Best partner for chnroutes.

  • Improve resolve speed for Chinese domains.

  • Get the best CDN node near you whenever possible, but don't compromise foreign CDN results so you also get best CDN node for your VPN at the same time.

  • Block ISP ads on NXDOMAIN result (like 114so).

Details

  • accelerated-domains.china.conf: General domains to be accelerated.

    These domains have a better resolving speed and/or result when using a Chinese DNS server.

    To determine if a domain is eligible, one of the criteria below must be met:

  • The domain's NS server is located in China mainland.

  • The domain will resolve to an IP located in China mainland when using a Chinese DNS server, but not always do when using a foreign DNS server (For example, CDN accelerated sites that have node in China). This however does not include those having node near China mainland, like in Japan, Hong Kong, Taiwan, etc.

Please don't add subdomains if the top domain is already in the list. This includes all .cn domains which are already matched by the /cn/ rule.

  • google.china.conf: Google domains to be accelerated.

    These domains are resolved to Google China servers when using a Chinese DNS. In most conditions this will yield better page load time for sites using Google's web services, e.g. Google Web Fonts and AdSense.

    Bear in mind that they are not considered stable. Use at your own risk.

  • apple.china.conf: Apple domains to be accelerated.

    Some ISPs (often smaller ones) have problem accessing Apple's assets using their China mainland CDN servers. Please consider remove this file if that happens to you. See #156 for some more info.

  • bogus-nxdomain.china.conf: Known addresses that are hijacking NXDOMAIN results returned by DNS servers.

Usage

  1. Fetch the installer from github (or a mirror): wget https://raw.githubusercontent.com/felixonmars/dnsmasq-china-list/master/install.sh
  2. (Optional) Edit it to use your favorite DNS server and/or another mirror to download the list.
  3. Run it as root: sudo ./install.sh

You can save the installer and run it again to update the list regularly.

Manual Installation

  1. Place accelerated-domains.china.conf, bogus-nxdomain.china.conf (and optionally google.china.conf, apple.china.conf) under /etc/dnsmasq.d/ (Create the folder if it does not exist).
  2. Uncomment "conf-dir=/etc/dnsmasq.d" in /etc/dnsmasq.conf
  3. (Optional) Place dnsmasq-update-china-list into /usr/bin/
  4. (Optional) Make custom DNS server configuration and/or other services' configuration.
# change the default DNS server to 202.96.128.86
make SERVER=202.96.128.86 dnsmasq
# generate unbound's configuration
make unbound
# generate bind's configuration
make bind
# full example of generating dnscrypt-proxy forwarding rules for Windows
make SERVER=101.6.6.6 NEWLINE=DOS dnscrypt-proxy

License

Copyright © 2015 Felix Yan <felixonmars@archlinux.org>
This work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See the LICENSE file for more details.