feat(dnssec): Add MX record DNSSEC support for proper serialization and authentication of mail exchange records

This commit is contained in:
2025-06-01 20:53:22 +00:00
parent afdd6a6074
commit 9e5fae055f
4 changed files with 21 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-06-01 - 7.5.0 - feat(dnssec)
Add MX record DNSSEC support for proper serialization and authentication of mail exchange records
- Serialize MX records by combining a 16-bit preference with the exchange domain name
- Enable DNSSEC signature generation for MX records to authenticate mail exchange data
- Update documentation to include the new MX record DNSSEC support in version v7.4.8
## 2025-05-30 - 7.4.7 - fix(dnsserver)
Update documentation to clarify the primaryNameserver option and SOA record behavior in the DNS server. The changes detail how the primaryNameserver configuration customizes the SOA mname, ensures proper DNSSEC signing for RRsets, and updates the configuration interface examples.