From 7634af5c6fa510dda5c13c402186362f9c22a841 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 7 Oct 2021 12:18:31 -0700 Subject: [PATCH] all: gofmt Signed-off-by: Brad Fitzpatrick --- net/dns/resolver/forwarder.go | 2 +- tstest/integration/vms/dns_tester.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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