Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 06 Mar 04:20
· 46 commits to main since this release

What's New in v0.1.3

Bug Fixes

  • 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 findnsfindBinary() 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.

Docs

  • Added Farsi setup guide
  • Added LICENSE

Full Changelog

v0.1.1...v0.1.3