From de0d8f73f06629e31715b3314d1f6ca344aa8314 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 29 Aug 2020 15:44:16 +0200 Subject: [PATCH] disable archive.is once more --- respodns/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/respodns/checks.py b/respodns/checks.py index 9fa9f37..2f36264 100644 --- a/respodns/checks.py +++ b/respodns/checks.py @@ -48,7 +48,7 @@ likely = [ # NOTE: disabled for being wildly inconsistent: # Cloudflare fails here. see: # https://jarv.is/notes/cloudflare-dns-archive-is-blocked/ - Check("weird", "archive.is"), + # Check("weird", "archive.is"), Check("common", "archive.org"),