1IXPLORE(1) PowerDNS Authoritative Server IXPLORE(1)
2
3
4
6 ixplore - A tool that provides insights into IXFRs
7
9 ixplore COMMAND COMMAND_OPT...
10
11 ixplore diff ZONE BEFORE AFTER
12
13 ixplore track IP ADDRESS PORT ZONE DIRECTORY
14
16 ixplore is a tool to work with IXFR (incremental zonetransfers) in two
17 modes (specified by COMMAND): diff or track.
18
19 In the 'diff' mode, it will show a diff(1)-like output between BEFORE
20 and AFTER.
21
22 In the 'track' mode, ixplore consumes IXFRs from IP ADDRESS and writes
23 the resulting zonefiles out to DIRECTORY/ZONE-serial. If no initial
24 zonefiles exist, an initial AXFR will be done first. ixplore will then
25 check the SOA serial on IP ADDRESS for ZONE every SOA Refresh seconds
26 and perform an IXFR if the serial has increased.
27
30 ZONE The name of the zone the IXFRs are consumed from.
31
32 BEFORE Path to the 'before' zonefile.
33
34 AFYER Path to the 'after' zonefile.
35
37 IP ADDRESS
38 The IP address to consume IXFRs from.
39
40 PORT The port to use on IP ADDRESS.
41
42 ZONE Name of the zone to track changes of.
43
44 DIRECTORY
45 Directory where the zonefiles will be stored.
46
48 diff(1)
49
51 PowerDNS.COM BV
52
54 2001-2021, PowerDNS.COM BV
55
56
57
58
59 Nov 09, 2021 IXPLORE(1)