mirror of
https://github.com/mjl-/mox.git
synced 2025-07-10 06:34:40 +03:00
update to latest adns, synced with Go's net
This commit is contained in:
6
vendor/github.com/mjl-/adns/net.go
generated
vendored
6
vendor/github.com/mjl-/adns/net.go
generated
vendored
@ -79,7 +79,11 @@ type DNSError struct {
|
||||
Server string // server used
|
||||
IsTimeout bool // if true, timed out; not all timeouts set this
|
||||
IsTemporary bool // if true, error is temporary; not all errors set this
|
||||
IsNotFound bool // if true, host could not be found
|
||||
|
||||
// IsNotFound is set to true when the requested name does not
|
||||
// contain any records of the requested type (data not found),
|
||||
// or the name itself was not found (NXDOMAIN).
|
||||
IsNotFound bool
|
||||
}
|
||||
|
||||
// Unwrap returns the underlying error, which could be an ExtendedError.
|
||||
|
Reference in New Issue
Block a user