Versions in this module Expand all Collapse all v0 v0.5.0 Mar 14, 2026 v0.4.0 Mar 14, 2026 Changes in this version + func CheckWildcard(ctx context.Context, domain string, timeout time.Duration, dnsServer string) (bool, error) + func ResolveDomain(ctx context.Context, domain string, timeout time.Duration, dnsServer string, ...) bool + func ResolveDomainWithRetry(ctx context.Context, domain string, timeout time.Duration, dnsServer string, ...) bool + func SimulateResolution(domain string, hitRate int, verbose bool) bool