diff --git a/net/dns/resolver/forwarder.go b/net/dns/resolver/forwarder.go index 6ebeb745f..2dbd2ec77 100644 --- a/net/dns/resolver/forwarder.go +++ b/net/dns/resolver/forwarder.go @@ -712,7 +712,7 @@ func init() { addDoH("149.112.112.112", "https://dns.quad9.net/dns-query") addDoH("2620:fe::fe", "https://dns.quad9.net/dns-query") addDoH("2620:fe::fe:9", "https://dns.quad9.net/dns-query") - + // Quad9 -DNSSEC addDoH("9.9.9.10", "https://dns10.quad9.net/dns-query") addDoH("149.112.112.10", "https://dns10.quad9.net/dns-query") diff --git a/tstest/integration/vms/dns_tester.go b/tstest/integration/vms/dns_tester.go index 9fbeab699..4c9b1b50a 100644 --- a/tstest/integration/vms/dns_tester.go +++ b/tstest/integration/vms/dns_tester.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build ignore // +build ignore // Command dns_tester exists in order to perform tests of our DNS