* Added support for DiG 9.x (BIND 9.0.1)
* Replaced internal digparse utility with digstd utility - you call digstd
as if it were dig, it calls dig for you with right options for your version
and returns results in a standard easy-to-parse format.
* Added SRV record support (ala RFC 2052).
* Added LOC record support (ala RFC 1876).
* Minor speed improvement to axfr
* Numerous bug fixes and support for different local host configurations
* Updated HOWTOUSE and MANUAL documents
PR: ports/53785
Submitted by: Rob Evers <rob@debank.tv>
Maintainer timeout: 3 weeks
'domtools' is a set of DNS information extraction utilities.
The commands in the 'domtools' package allow you to traverse DNS domain
hierarchies, list all hosts (or subdomains) within a given domain,
convert host name to IP address and vice-versa, convert a normal IP address
to the "in-addr.arpa." format and vice-versa, and more. These commands can be
used manually, or included as building blocks for higher level DNS tools.
They generate output that is easily computer parsable.