Releases: dnsdb/dnsdbq
Releases · dnsdb/dnsdbq
v2.6.7
v2.6.6
v2.6.5
v2.6.4
What's Changed
- replace strtok_r() by new tokstr library
- Various bug fixes.
Full Changelog: v2.6.0...v2.6.4
v2.6.0
v2.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.0 -- transforms
as usual for a maturing C-language program, a lot of rototilling went on.
also, added -T for transforms:
-T transform[,...]
specify one or more transforms to be applied to the output:
datefix always show dates in human readable format (so, not in
database format). This will be the format selected by the
DNSDBQ_TIME_FORMAT environment variable, if set.
reverse show the DNS owner name (rrname) in TLD-first order (so,
COM.EXAMPLE rather than EXAMPLE.COM).
chomp strip away the trailing dot (.) from the DNS owner name
(rrname).