Commit ebcf6a6a authored by Felix Yan's avatar Felix Yan

accelerated-domains: remove invalid items

parent e30a9358
This diff is collapsed.
......@@ -3,9 +3,14 @@ cdn.globalsigncdn.com
cdn.jsdelivr.net
edge.yunjiasu.com
ns1.8844dns.com
r1.res.office365.com
r1.res.outlook.com
v2ex.com
www.azure.cn.mschcdn.com
www.gov.cn
www.howbuy.com
www.igoldhk.com
www.qzccbank.com
www.travelsky.net
www.xiumu.org
www.yangfd.com
......
......@@ -33,4 +33,5 @@ status: NXDOMAIN
.hostmonster.com.
.automattic.com.
.sedoparking.com.
.ztomy.com.
\ No newline at end of file
.ztomy.com.
.parklogic.com.
\ No newline at end of file
......@@ -109,7 +109,7 @@ class ChinaListVerify(object):
self.check_whitelist(nameservers)
for testdomain in self.cdnlist:
if testdomain.endswith("." + domain):
if testdomain == domain or testdomain.endswith("." + domain):
try:
self.check_cdnlist(testdomain)
except dns.resolver.NXDOMAIN:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment