Skip to content

v2.5.0 -- transforms

Compare
Choose a tag to compare
@vixie vixie released this 03 Mar 05:57
· 54 commits to master since this release

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).