mxresolv

package
v4.19.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// Resolver is exposed to be patched in tests
	Resolver = net.DefaultResolver
)

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.

func ResetCache added in v4.14.2

func ResetCache()

ResetCache clears the cache for use in tests, and is not Thread-Safe

func SetDeterministicInTests added in v4.17.1

func SetDeterministicInTests() func()

SetDeterministicInTests sets rand to deterministic seed for testing, and is not Thread-Safe.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL