mirror of
https://github.com/miekg/dns.git
synced 2025-12-16 01:01:10 +01:00
No use on a per-query basis
This commit is contained in:
parent
15d3daa1ef
commit
fa2c9fd8fa
3
dns.go
3
dns.go
@ -113,9 +113,6 @@ type Exchange struct {
|
|||||||
Reply *Msg // the answer to the question that was sent
|
Reply *Msg // the answer to the question that was sent
|
||||||
Rtt time.Duration // round trip time
|
Rtt time.Duration // round trip time
|
||||||
RemoteAddr net.Addr // address of the server
|
RemoteAddr net.Addr // address of the server
|
||||||
Nxdomain bool // True if nodata because name does not exist
|
|
||||||
Secure bool // True if result is secure
|
|
||||||
Bogus bool // True if result is bogus, see Error for the reason
|
|
||||||
Error error // if something went wrong, this contains the error
|
Error error // if something went wrong, this contains the error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user