1KZONECHECK(1)                      Knot DNS                      KZONECHECK(1)
2
3
4

NAME

6       kzonecheck - Knot DNS zone check tool
7

SYNOPSIS

9       kzonecheck [options] filename
10

DESCRIPTION

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       -t, --time time
25              Current  time  specification. Use UNIX timestamp, YYYYMMDDHHmmSS
26              format, or [+/-]time[unit] format, where unit can be Y, M, D, h,
27              m, or s. Default is current UNIX timestamp.
28
29       -v, --verbose
30              Enable debug output.
31
32       -h, --help
33              Print the program help.
34
35       -V, --version
36              Print the program version.
37

EXIT VALUES

39       Exit  status  of  0  means  successful operation. Any other exit status
40       indicates an error.
41

SEE ALSO

43       knotd(8), knot.conf(5).
44

AUTHOR

46       CZ.NIC Labs <https://www.knot-dns.cz>
47
49       Copyright 2010–2020, CZ.NIC, z.s.p.o.
50
51
52
53
542.9.3                             2020-03-03                     KZONECHECK(1)
Impressum