From 94d2c0c1122797405e8453eaeb426aafcd7c5856 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 3 Sep 2020 13:31:40 +0200 Subject: [PATCH] remove "new" checks --- respodns/checks.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/respodns/checks.py b/respodns/checks.py index 3da5d3d..0b82911 100644 --- a/respodns/checks.py +++ b/respodns/checks.py @@ -8,16 +8,6 @@ first = [ Check("common", "baidu.com"), ] -new = [ - # via dnsvalidator - Check("adtrack", "bet365.com"), - Check("common", "facebook.com"), - Check("common", "google.com"), - Check("common", "paypal.com"), - Check("common", "wikileaks.com"), - Check("news", "telegram.com"), -] - likely = [ # these checks are, in practice, the most likely # to weed out unwanted DNS servers.