1NSVI(1) User Contributed Perl Documentation NSVI(1)
2
3
4
6 nsvi - transfer a zone, edit it, then upload the edits
7
9 nsvi [-01cCdDhvV] [-k keyfile] [-y [hmac:]name:key]
10 [-S mode|num] [-s server] <zone>
11
13 The nsvi program makes an AXFR request for the zone, runs your editor
14 so you can make whatever changes you require, then it runs nsdiff |
15 nsupdate to push those changes to the server.
16
17 Automatically-maintained DNSSEC records are stripped from the zone
18 before it is passed to your editor, and you do not need to manually
19 adjust the SOA serial number.
20
22 Most nsvi options are passed to nsdiff and some to nsupdate.
23
24 -h Display this documentation.
25
26 -V Display version information.
27
28 -v Verbose mode.
29
30 -n Interactive confirmation.
31
32 When you quit the editor, you will be shown the changes, then asked
33 whether to make the update (press U or Y), edit again (press E or
34 R), or quit (press another key).
35
36 -01cCdD
37 -S mode|num
38 These options are passed to nsdiff. For details see the nsdiff
39 manual.
40
41 -s server[#port]
42 Transfer the zone from the server given in this option, and send
43 the update request to the same place. You can specify the server
44 host name or IP address, optionally followed by a "#" and the port
45 number.
46
47 If you do not use the -s option, the zone will be transferred from
48 localhost, and nsvi will use nsupdate -l to update the zone.
49
50 -k keyfile
51 TSIG key file, passed to dig, nsdiff, and nsupdate.
52
53 -y [hmac:]name:key
54 Literal TSIG key, passed to dig, nsdiff, and nsupdate.
55
57 TMPDIR
58 Location for temporary files.
59
60 VISUAL
61 EDITOR
62 Which editor to use. $VISUAL is used if it is set, otherwise
63 $EDITOR, otherwise vi.
64
66 This is nsvi-1.82 <https://dotat.at/prog/nsdiff/>
67
68 Written by Tony Finch <fanf2@cam.ac.uk> <dot@dotat.at>
69 at Cambridge University Information Services.
70 You may do anything with this. It has no warranty.
71 <https://creativecommons.org/publicdomain/zero/1.0/>
72
74 Thanks to Tristan Le Guern for the -n option. Thanks to Petr Menšík
75 (Red Hat) for providing useful feedback.
76
78 nsdiff(1), nsupdate(1), dig(1).
79
80
81
82perl v5.34.0 2021-07-23 NSVI(1)