logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ixplore - A tool that provides insights into IXFRs

Author

       PowerDNS.COM BV

Description

ixplore is a tool to work with IXFR (incremental zonetransfers) in two modes (specified by COMMAND): diff
       or track.

       In the 'diff' mode, it will show a diff(1)-like output between BEFORE and AFTER.

       In  the  'track'  mode,  ixplore consumes IXFRs from IPADDRESS and writes the resulting zonefiles out to
       DIRECTORY/ZONE-serial. If no initial zonefiles exist, an initial AXFR will be done  first.  ixplore  will
       then  check  the  SOA  serial on IPADDRESS for ZONE every SOA Refresh seconds and perform an IXFR if the
       serial has increased.

Diff-Mode

ZONE   The name of the zone the IXFRs are consumed from.

       BEFORE Path to the 'before' zonefile.

       AFYER  Path to the 'after' zonefile.

Name

       ixplore - A tool that provides insights into IXFRs

Options

See Also

diff(1)

Synopsis

ixploreCOMMANDCOMMAND_OPT...

       ixplore diff ZONEBEFOREAFTERixplore track IPADDRESSPORTZONEDIRECTORY

Track-Mode

IPADDRESS
              The IP address to consume IXFRs from.

       PORT   The port to use on IPADDRESS.

       ZONE   Name of the zone to track changes of.

       DIRECTORY
              Directory where the zonefiles will be stored.

See Also