all: gofmt

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/3019/head
Brad Fitzpatrick 3 years ago
parent 0d4a0bf60e
commit 7634af5c6f

@ -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")

@ -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

Loading…
Cancel
Save