MCPcopy Create free account
hub / github.com/foxcpp/maddy / LookupIPAddr

Method LookupIPAddr

framework/dns/resolver.go:41–41  ·  view source on GitHub ↗
(ctx context.Context, host string)

Source from the content-addressed store, hash-verified

39 LookupMX(ctx context.Context, name string) ([]*net.MX, error)
40 LookupTXT(ctx context.Context, name string) ([]string, error)
41 LookupIPAddr(ctx context.Context, host string) ([]net.IPAddr, error)
42}
43
44// LookupAddr is a convenience wrapper for Resolver.LookupAddr.

Callers 1

checkIPFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected