aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/dns_test.go
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2019-10-03 23:29:29 +0700
committerShulhan <m.shulhan@gmail.com>2019-10-03 23:29:29 +0700
commit268d4e8355a1e85a6132296ad5dc8ef88cafdfb4 (patch)
tree36a734c0e72d9bb2f50c467a4809830e21f152df /lib/dns/dns_test.go
parentb827218072a8f21319dba3005533a53b29bc9b07 (diff)
downloadpakakeh.go-268d4e8355a1e85a6132296ad5dc8ef88cafdfb4.tar.xz
dns: disable parent name servers on test server
Diffstat (limited to 'lib/dns/dns_test.go')
-rw-r--r--lib/dns/dns_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/dns/dns_test.go b/lib/dns/dns_test.go
index 98b6b598..dac0347b 100644
--- a/lib/dns/dns_test.go
+++ b/lib/dns/dns_test.go
@@ -39,9 +39,6 @@ func TestMain(m *testing.M) {
DoHPort: 8443,
DoHCertificate: &cert,
DoHAllowInsecure: true,
- NameServers: []string{
- "https://cloudflare-dns.com/dns-query",
- },
}
_testServer, err = NewServer(serverOptions)