Go to file
Jiulun Du 25b55370fa Update bogus-nxdomain.china.conf
Add polluted addresses for Shandong TieTong (visit the IPs directly to check).
2015-01-26 22:14:16 +08:00
LICENSE add LICENSE file 2015-01-05 11:07:53 +08:00
Makefile add Makefile to generate customized dnsmasq conf and unbound conf 2014-12-22 13:39:38 +08:00
README.md update license statement 2015-01-05 11:09:59 +08:00
accelerated-domains.china.conf accelerated-domains: add dagongcredit.com (大公国际资信评估有限公司) 2015-01-23 15:25:55 +08:00
bogus-nxdomain.china.conf Update bogus-nxdomain.china.conf 2015-01-26 22:14:16 +08:00
dnsmasq-update-china-list dnsmasq-update-china-list: add cnnic dns 2014-07-18 21:05:35 +08:00

README.md

dnsmasq-china-list

Configuration for hot China domains (or CDN domains that have node in China) to accelerate via Dnsmasq (Now also includes bogus-nxdomain lines to stop common DNS servers from hijacking NXDOMAIN results)

Content

  • accelerated-domains.china.conf: Acceleratable Domains.

    The domain should have a better resolving speed 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.

  • 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.

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

Usage

  1. Place accelerated-domains.china.conf and bogus-nxdomain.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/

License

Copyright © 2013 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.