Versions in this module Expand all Collapse all v0 v0.0.2 Nov 27, 2024 v0.0.1 Nov 11, 2024 Changes in this version + var DefaultResolvers = []string + type HostEntry struct + Host string + Query string + Source string + type ResolutionPool struct + Results chan Result + Tasks chan HostEntry + func (r *ResolutionPool) InitWildcards(url string) error + type Resolver struct + DNSClient *dnsx.DNSX + Resolvers []string + 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 + type ResultType int + const Error + const Url