Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Lookup ¶
func Lookup(ctx context.Context, hostname string) (retMxHosts []string, retImplicit bool, reterr error)
Lookup performs a DNS lookup of MX records for the specified hostname. It returns a prioritised list of MX hostnames, where hostnames with the same priority are shuffled. If the second returned value is true, then the host does not have explicit MX records, and its A record is returned instead.
It uses an LRU cache with a timeout to reduce the number of network requests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.