Back to Changelog

v1.0.292

Patch Released June 17, 2026

DNS owner-name doubling fix for DKIM/SPF/DMARC records in BIND-hosted domains

Bug Fixes

4
  • Zone renderer now normalizes every DNS record owner name before writing to the zone file, making BIND owner-name doubling mathematically impossible regardless of how the record was stored
  • DKIM, SPF, and DMARC Generate/Sync publish path was storing dot-less full names (e.g. default._domainkey.example.com without trailing dot); BIND treated these as relative and appended the origin, silently breaking email authentication for BIND-hosted domains
  • Email Authentication per-domain overview now queries public DNS resolvers (Cloudflare 1.1.1.1 / Google 8.8.8.8) instead of the local BIND instance, reflecting the authoritative DNS view that mail receivers actually use
  • Startup self-heal (SH-005) automatically detects and re-renders any zone file that contains doubled owner names from the old publish path, reloads BIND once, and reports repaired zones to the log
See the Demo