Versions in this module Expand all Collapse all v0 v0.5.0 Mar 14, 2026 Changes in this version + func Run(ctx context.Context, cfg Config, events chan<- Event) + type Config struct + Attempts int + Concurrency int + DNSServer string + Domain string + Entries []string + Force bool + HitRate int + Simulate bool + Timeout time.Duration + Verbose bool + type Event struct + Domain string + Found int64 + Kind EventKind + Message string + Processed int64 + Total int64 + type EventKind int + const EventDone + const EventError + const EventProgress + const EventResult + const EventWildcard