mirror of
https://github.com/miekg/dns.git
synced 2026-04-14 12:31:01 +02:00
* Fix $TTL handling * Error when there is no TTL for an RR * Fix relative name handling * Error when a relative name is used without an origin (cf. https://tools.ietf.org/html/rfc1035#section-5.1 ) Fixes #484