1KZONECHECK(1) Knot DNS KZONECHECK(1)
2
3
4
6 kzonecheck - Knot DNS zone check tool
7
9 kzonecheck [options] filename
10
12 The utility checks zone file syntax and runs semantic checks on the
13 zone content. The executed checks are the same as the checks run by the
14 Knot DNS server.
15
16 Please, refer to the semantic-checks configuration option in
17 knot.conf(5) for the full list of available semantic checks.
18
19 Options
20 -o, --origin origin
21 Zone origin. If not specified, the origin is determined from the
22 file name (possibly removing the .zone suffix).
23
24 -d, --dnssec on|off
25 Also check DNSSEC-related records. The default is to decide
26 based on the existence of a RRSIG for SOA.
27
28 -t, --time time
29 Current time specification. Use UNIX timestamp, YYYYMMDDHHmmSS
30 format, or [+/-]time[unit] format, where unit can be Y, M, D, h,
31 m, or s. Default is current UNIX timestamp.
32
33 -v, --verbose
34 Enable debug output.
35
36 -h, --help
37 Print the program help.
38
39 -V, --version
40 Print the program version.
41
43 Exit status of 0 means successful operation. Any other exit status
44 indicates an error.
45
47 knotd(8), knot.conf(5).
48
50 CZ.NIC Labs <https://www.knot-dns.cz>
51
53 Copyright 2010–2021, CZ.NIC, z.s.p.o.
54
55
56
57
583.0.5 2021-03-25 KZONECHECK(1)