diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:45:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-12 04:45:07 +0000 |
commit | 0335817ced71e8355806ea0445aa3b105a22364c (patch) | |
tree | dffe735f2668a4728d8567feaf7ccb2d73076bac /doc/man/kzonecheck.1in | |
parent | Adding upstream version 3.3.9. (diff) | |
download | knot-0335817ced71e8355806ea0445aa3b105a22364c.tar.xz knot-0335817ced71e8355806ea0445aa3b105a22364c.zip |
Adding upstream version 3.4.0.upstream/3.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/man/kzonecheck.1in')
-rw-r--r-- | doc/man/kzonecheck.1in | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/doc/man/kzonecheck.1in b/doc/man/kzonecheck.1in deleted file mode 100644 index a73b66e..0000000 --- a/doc/man/kzonecheck.1in +++ /dev/null @@ -1,94 +0,0 @@ -.\" Man page generated from reStructuredText. -. -. -.nr rst2man-indent-level 0 -. -.de1 rstReportMargin -\\$1 \\n[an-margin] -level \\n[rst2man-indent-level] -level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] -- -\\n[rst2man-indent0] -\\n[rst2man-indent1] -\\n[rst2man-indent2] -.. -.de1 INDENT -.\" .rstReportMargin pre: -. RS \\$1 -. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] -. nr rst2man-indent-level +1 -.\" .rstReportMargin post: -.. -.de UNINDENT -. RE -.\" indent \\n[an-margin] -.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] -.nr rst2man-indent-level -1 -.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] -.in \\n[rst2man-indent\\n[rst2man-indent-level]]u -.. -.TH "KZONECHECK" "1" "@RELEASE_DATE@" "@VERSION@" "Knot DNS" -.SH NAME -kzonecheck \- Knot DNS zone check tool -.SH SYNOPSIS -.sp -\fBkzonecheck\fP [\fIoptions\fP] \fIfilename\fP -.SH DESCRIPTION -.sp -The utility checks zone file syntax and runs semantic checks on the zone -content. The executed checks are the same as the checks run by the Knot -DNS server. -.sp -Please, refer to the \fBsemantic\-checks\fP configuration option in -\fBknot.conf(5)\fP for the full list of available semantic checks. -.SS Parameters -.INDENT 0.0 -.TP -\fIfilename\fP -Path to the zone file to be checked. For reading from \fBstdin\fP use \fB/dev/stdin\fP -or just \fB\-\fP\&. -.UNINDENT -.SS Options -.INDENT 0.0 -.TP -\fB\-o\fP, \fB\-\-origin\fP \fIorigin\fP -Zone origin. If not specified, the origin is determined from the file name -(possibly removing the \fB\&.zone\fP suffix). -.TP -\fB\-d\fP, \fB\-\-dnssec\fP \fBon\fP|\fBoff\fP -Also check DNSSEC\-related records. The default is to decide based on the -existence of a RRSIG for SOA. -.TP -\fB\-z\fP, \fB\-\-zonemd\fP -Also check the zone hash against a ZONEMD record, which is required to exist. -.TP -\fB\-t\fP, \fB\-\-time\fP \fItime\fP -Current time specification. Use UNIX timestamp, YYYYMMDDHHmmSS -format, or [+/\-]\fItime\fP[unit] format, where unit can be \fBY\fP, \fBM\fP, -\fBD\fP, \fBh\fP, \fBm\fP, or \fBs\fP\&. Default is current UNIX timestamp. -.TP -\fB\-p\fP, \fB\-\-print\fP -Print the zone on stdout. -.TP -\fB\-v\fP, \fB\-\-verbose\fP -Enable debug output. -.TP -\fB\-h\fP, \fB\-\-help\fP -Print the program help. -.TP -\fB\-V\fP, \fB\-\-version\fP -Print the program version. -.UNINDENT -.SH EXIT VALUES -.sp -Exit status of 0 means successful operation. Any other exit status indicates -an error. -.SH SEE ALSO -.sp -\fBknotd(8)\fP, \fBknot.conf(5)\fP\&. -.SH AUTHOR -CZ.NIC Labs <https://www.knot-dns.cz> -.SH COPYRIGHT -Copyright 2010–2024, CZ.NIC, z.s.p.o. -.\" Generated by docutils manpage writer. -. |