git » debian:dnss » commit ca384ac

tests: Adjust Google DoH endpoint in external tests

author Alberto Bertogli
2019-08-11 10:01:14 UTC
committer Alberto Bertogli
2019-08-11 10:03:24 UTC
parent f7517c294ff2388231140144edc5eb87d3efef1f

tests: Adjust Google DoH endpoint in external tests

The experimental endpoint is being migrated, see
https://developers.google.com/speed/public-dns/docs/doh/migration for
the details.

tests/external.sh +3 -5

diff --git a/tests/external.sh b/tests/external.sh
index b2568d8..b336355 100755
--- a/tests/external.sh
+++ b/tests/external.sh
@@ -4,10 +4,8 @@
 #
 # The goal is to test how dnss interacts with publicly available services.
 #
-# These tests use the network and public internet to talk to:
-# - the machine's configured DNS server
-# - dns.google.com
-# - 1.1.1.1.
+# These tests use the network and public internet to talk to the machine's
+# configured DNS server, and various public resolvers.
 #
 # So the tests are not hermetic and could fail for external reasons.
 
@@ -189,7 +187,7 @@ kill $PID
 for server in \
 	"https://1.1.1.1/dns-query" \
 	"https://cloudflare-dns.com/dns-query" \
-	"https://dns.google.com/experimental" \
+	"https://dns.google/dns-query" \
 	"https://dns.quad9.net/dns-query" \
 	"https://doh.cleanbrowsing.org/doh/family-filter/" \
 	"https://doh.powerdns.org" \