Skip to content

Instantly share code, notes, and snippets.

@chantra
Created August 21, 2018 21:52
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/3e4f574052c7b88e2cc6365210bf5012 to your computer and use it in GitHub Desktop.
Save chantra/3e4f574052c7b88e2cc6365210bf5012 to your computer and use it in GitHub Desktop.
diff --git a/test/test_knownservers.py b/test/test_knownservers.py
index e53c0d0..19bde9d 100644
--- a/test/test_knownservers.py
+++ b/test/test_knownservers.py
@@ -30,7 +30,7 @@ def known_servers():
('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