Versions in this module Expand all Collapse all v2 v2.18.1 Aug 22, 2026 Changes in this version + var DefaultResolvers = []string + type HostEntry struct + Domain string + Host string + Source string + WildcardCertificate bool + type ResolutionPool struct + Results chan Result + Tasks chan HostEntry + func (r *ResolutionPool) InitWildcards(domain string) error + type Resolver struct + DNSClient *dnsx.DNSX + func New() *Resolver + func (r *Resolver) NewResolutionPool(workers int, removeWildcard bool) *ResolutionPool + type Result struct + Error error + Host string + IP string + Source string + Type ResultType + WildcardCertificate bool + type ResultType int + const Error + const Subdomain