Download Latest Version v1.1.1 source code.tar.gz (37.8 kB)
Email in envelope

Get an email when there's a new version of dns-auth-check

Home / v1.1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-19 806 Bytes
v1.1.0 source code.tar.gz 2026-04-19 34.0 kB
v1.1.0 source code.zip 2026-04-19 46.1 kB
Totals: 3 Items   80.9 kB 0

What's New

DNS error classification

The tool now distinguishes between missing records (NOTFOUND/NODATA) and DNS infrastructure errors (SERVFAIL, TIMEOUT, CONNREFUSED).

Previously, all DNS failures were silently treated as "record missing," producing false negatives — if your DNS was flaky, you'd be told "SPF missing, DKIM missing, DMARC missing" when the records might actually exist.

  • DNS errors now deduct only -5 points (instead of -25/-20/-25 for missing records)
  • Errors are reported with severity high so CI mode (--ci) still catches them
  • New isDnsNotFound() and getDnsErrorMessage() utilities exported for programmatic use
  • Error status icon (!) in table output

Full Changelog: https://github.com/trustyourwebsite/dns-auth-check/compare/v1.0.1...v1.1.0

Source: README.md, updated 2026-04-19