dns/dnsutil
Richard Gibson eccf8bbe83 Correctly parse omitted TTLs and relative domains (#513)
* 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
2017-09-26 11:15:37 -04:00
..
util.go Correctly parse omitted TTLs and relative domains (#513) 2017-09-26 11:15:37 -04:00
util_test.go Added new functions: TrimDomainName()/AddOrigin() 2016-01-25 12:08:29 -05:00