1# SPDX-License-Identifier: CC0-1.0
2
3package DNS::nsdiff;
4
5our $VERSION = "1.82";
6
7=head1 NAME
8
9DNS::nsdiff - the nsdiff, nspatch, and nsvi scripts
10
11=head1 DESCRIPTION
12
13This is a stub module for overview documentation. There are three
14scripts in the DNS::nsdiff distribution:
15
16=over
17
18=item B<nsdiff>
19
20The B<nsdiff> program examines the old and new versions of a DNS zone,
21and outputs the differences as a script for use by BIND's B<nsupdate>
22program. It provides a bridge between static zone files and dynamic
23updates.
24
25=item B<nspatch>
26
27The B<nspatch> script is a wrapper around C<nsdiff | nsupdate> that
28checks and reports errors in a manner suitable for running from B<cron>.
29
30=item B<nsvi>
31
32The B<nsvi> script makes it easy to edit a dynamic zone.
33
34=back
35
36=head1 VERSION
37
38  This is DNS::nsdiff-1.82 <https://dotat.at/prog/nsdiff/>
39
40  Written by Tony Finch <fanf2@cam.ac.uk> <dot@dotat.at>
41  at Cambridge University Information Services.
42  You may do anything with this. It has no warranty.
43  <https://creativecommons.org/publicdomain/zero/1.0/>
44
45=head1 SEE ALSO
46
47nsdiff(1), nspatch(1), nsvi(1), nsupdate(1)
48
49=cut
50
511;
52