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 ...@@ -3,9 +3,14 @@ cdn.globalsigncdn.com
cdn.jsdelivr.net cdn.jsdelivr.net
edge.yunjiasu.com edge.yunjiasu.com
ns1.8844dns.com ns1.8844dns.com
r1.res.office365.com
r1.res.outlook.com
v2ex.com
www.azure.cn.mschcdn.com www.azure.cn.mschcdn.com
www.gov.cn www.gov.cn
www.howbuy.com
www.igoldhk.com www.igoldhk.com
www.qzccbank.com
www.travelsky.net www.travelsky.net
www.xiumu.org www.xiumu.org
www.yangfd.com www.yangfd.com
......
...@@ -33,4 +33,5 @@ status: NXDOMAIN ...@@ -33,4 +33,5 @@ status: NXDOMAIN
.hostmonster.com. .hostmonster.com.
.automattic.com. .automattic.com.
.sedoparking.com. .sedoparking.com.
.ztomy.com. .ztomy.com.
\ No newline at end of file .parklogic.com.
\ No newline at end of file
...@@ -109,7 +109,7 @@ class ChinaListVerify(object): ...@@ -109,7 +109,7 @@ class ChinaListVerify(object):
self.check_whitelist(nameservers) self.check_whitelist(nameservers)
for testdomain in self.cdnlist: for testdomain in self.cdnlist:
if testdomain.endswith("." + domain): if testdomain == domain or testdomain.endswith("." + domain):
try: try:
self.check_cdnlist(testdomain) self.check_cdnlist(testdomain)
except dns.resolver.NXDOMAIN: 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