mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
@@ -161,7 +161,7 @@ google.com:0 {
|
||||
}
|
||||
defer i.Stop()
|
||||
|
||||
// send an inital query to setup properly the cache size
|
||||
// send an initial query to setup properly the cache size
|
||||
m := new(dns.Msg)
|
||||
m.SetQuestion("google.com.", dns.TypeA)
|
||||
if _, err = dns.Exchange(m, udp); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user