mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
Remove chatmail.zone.j2 and build DNS records directly in dns.py using standard BIND format (name TTL IN type rdata) as it is easy enough to parse back. Add parse_zone_records() for consuming the new format, update rdns.py check_zonefile() and test data accordingly.