From 1dbd56a7953d647005dac8d3cb276670aa234ee5 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 16 Jun 2020 10:05:19 -0700 Subject: [PATCH] Add an IPv6 address for Cloudflare DoH that works. --- tests/test_doh.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_doh.py b/tests/test_doh.py index fd7aaa7f..ca2a2136 100644 --- a/tests/test_doh.py +++ b/tests/test_doh.py @@ -39,8 +39,7 @@ try: with socket.socket(socket.AF_INET6, socket.SOCK_DGRAM) as s: s.connect(('2001:4860:4860::8888', 53)) resolver_v6_addresses = [ - # Cloudflare says 403 - # '2606:4700:4700:0:0:0:0:1111' + '2606:4700:4700::1111' # Google says 404 # '2001:4860:4860::8888', '2620:fe::11' -- 2.47.3