You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tunnel check failing on subdomain delegations — NS records for subdomain delegations appear in the DNS Authority section, not the Answer section. Both resolve/tunnel and doh/resolve/tunnel now check both sections, fixing 0% pass rates on delegated subdomains.
Fix Ctrl+C not saving partial results — All 12 commands now handle SIGINT gracefully and save whatever results have been collected before interruption.
Fix binary not found when installed alongside findns — findBinary() now also searches next to the findns executable itself, so dnstt-client/slipstream-client are found when placed in the same directory.
Fix dnstt-client not found — Improved binary discovery logic.
Features
CIDR notation support — Input files now accept CIDR ranges (e.g. 1.2.3.0/24). Ranges are automatically expanded to individual host IPs (excluding network and broadcast addresses). Warns when expansion exceeds 100K IPs.
--proxy-auth flag for SOCKS authentication — All e2e commands (e2e/dnstt, e2e/slipstream, doh/e2e) now support --proxy-auth user:pass for authenticated SOCKS proxies.