From: Bob Halley Date: Tue, 16 Jun 2020 17:05:19 +0000 (-0700) Subject: Add an IPv6 address for Cloudflare DoH that works. X-Git-Tag: v2.0.0rc1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dbd56a7953d647005dac8d3cb276670aa234ee5;p=thirdparty%2Fdnspython.git Add an IPv6 address for Cloudflare DoH that works. --- 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'