| Name | Modified | Size | Downloads / 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
highso CI mode (--ci) still catches them - New
isDnsNotFound()andgetDnsErrorMessage()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