git » dnss » commit 81267e1

tests: Update list of external resolvers

author Alberto Bertogli
2021-10-09 10:06:07 UTC
committer Alberto Bertogli
2021-10-09 10:11:18 UTC
parent 031d3e0ecfce278ee7343553ab524d698ac33cc9

tests: Update list of external resolvers

This patch updates the list of external resolvers we test against.

It removes doh.powerdns.org which has been shut down, and adds some
newer ones from curl's list to increase variety.

tests/external.sh +3 -1

diff --git a/tests/external.sh b/tests/external.sh
index b7dab5b..34512ae 100755
--- a/tests/external.sh
+++ b/tests/external.sh
@@ -218,7 +218,9 @@ for server in \
 	"https://cloudflare-dns.com/dns-query" \
 	"https://dns.google/dns-query" \
 	"https://dns.quad9.net/dns-query" \
-	"https://doh.powerdns.org" \
+	"https://doh.it.ahadns.net/dns-query" \
+	"https://dns.alidns.com/dns-query" \
+	"https://odvr.nic.cz/dns-query" \
 	;
 do
 	echo "## DoH against $server"