1ldns-read-zone(1) General Commands Manual ldns-read-zone(1)
2
3
4
6 ldns-read-zone - read a zonefile and print it
7
9 ldns-read-zone ZONEFILE
10
11
13 ldns-read-zone reads a DNS zone file and prints it. The output has 1
14 resource record per line, and no pretty-printing makeup.
15
16
18 -c Canonicalize all resource records in the zone before printing
19
20
21 -d Only print DNSSEC data from the zone. This option skips every
22 record that is not of type NSEC, NSEC3, RRSIG or DNSKEY. DS
23 records are not printed.
24
25
26 -h Show usage and exit
27
28
29 -n Do not print the SOA record
30
31
32 -s Strip DNSSEC data from the zone. This option skips every record
33 that is of type NSEC, NSEC3, RRSIG or DNSKEY. DS records are
34 still printed.
35
36
37 -v Show the version and exit
38
39
40 -z Sort the zone before printing (this implies -c)
41
42
43
45 Written by the ldns team as an example for ldns usage.
46
47
49 Report bugs to <ldns-team@nlnetlabs.nl>.
50
51
53 Copyright (C) 2005 NLnet Labs. This is free software. There is NO war‐
54 ranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PUR‐
55 POSE.
56
57
58
59 30 May 2005 ldns-read-zone(1)