From ea648e70a989cca190cd7403fe892fd2dcc290b4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 20:37:14 +0200 Subject: Adding upstream version 1:9.11.5.P4+dfsg. Signed-off-by: Daniel Baumann --- bin/tools/named-rrchecker.html | 87 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 bin/tools/named-rrchecker.html (limited to 'bin/tools/named-rrchecker.html') diff --git a/bin/tools/named-rrchecker.html b/bin/tools/named-rrchecker.html new file mode 100644 index 0000000..c6120e1 --- /dev/null +++ b/bin/tools/named-rrchecker.html @@ -0,0 +1,87 @@ + + + + + +named-rrchecker + + +
+
+ + + +
+

Name

+

+ named-rrchecker + — syntax checker for individual DNS resource records +

+
+ + + +
+

Synopsis

+

+ named-rrchecker + [-h] + [-o origin] + [-p] + [-u] + [-C] + [-T] + [-P] +

+
+ +
+

DESCRIPTION

+ +

named-rrchecker + read a individual DNS resource record from standard input and checks if it + is syntactically correct. +

+

+ The -h prints out the help menu. +

+

+ The -o origin + option specifies a origin to be used when interpreting the record. +

+

+ The -p prints out the resulting record in canonical + form. If there is no canonical form defined then the record will be + printed in unknown record format. +

+

+ The -u prints out the resulting record in unknown record + form. +

+

+ The -C, -T and -P + print out the known class, standard type and private type mnemonics + respectively. +

+
+ +
+

SEE ALSO

+ +

+ RFC 1034, + RFC 1035, + + named(8) + +

+
+ +
+ -- cgit v1.2.3