Skip to content

Instantly share code, notes, and snippets.

@chantra
Created August 21, 2018 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chantra/df90cf545ee9ffadb0923517d6556f19 to your computer and use it in GitHub Desktop.
Save chantra/df90cf545ee9ffadb0923517d6556f19 to your computer and use it in GitHub Desktop.
diff --git a/test/test_knownservers.py b/test/test_knownservers.py
index e53c0d0..3470432 100644
--- a/test/test_knownservers.py
+++ b/test/test_knownservers.py
@@ -28,9 +28,7 @@ def known_servers():
# Name, Domain, endpoint
('Google', 'dns.google.com', '/experimental'),
('Cloudflare', 'cloudflare-dns.com', '/dns-query'),
- # Not supporting draft-13?
- # Received b'{DoH-server}: Error x09: Request not valid
- # ('CleanBrowsing', 'doh.cleanbrowsing.org', '/doh/family-filter'),
+ ('CleanBrowsing', 'doh.cleanbrowsing.org', '/doh/family-filter/'),
('@chantra', 'dns.dnsoverhttps.net', '/dns-query'),
('@jedisct1', 'doh.crypto.sx', '/dns-query'),
# Timeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment