diff options
| author | Shulhan <m.shulhan@gmail.com> | 2019-10-03 23:29:29 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2019-10-03 23:29:29 +0700 |
| commit | 268d4e8355a1e85a6132296ad5dc8ef88cafdfb4 (patch) | |
| tree | 36a734c0e72d9bb2f50c467a4809830e21f152df /lib | |
| parent | b827218072a8f21319dba3005533a53b29bc9b07 (diff) | |
| download | pakakeh.go-268d4e8355a1e85a6132296ad5dc8ef88cafdfb4.tar.xz | |
dns: disable parent name servers on test server
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dns/dns_test.go | 3 |
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) |
