1NAMED-RRCHECKER(1) BIND9 NAMED-RRCHECKER(1)
2
3
4
6 named-rrchecker - syntax checker for individual DNS resource records
7
9 named-rrchecker [-h] [-o origin] [-p] [-u] [-C] [-T] [-P]
10
12 named-rrchecker read a individual DNS resource record from standard
13 input and checks if it is syntactically correct.
14
15 The -h prints out the help menu.
16
17 The -o origin option specifies a origin to be used when interpreting
18 the record.
19
20 The -p prints out the resulting record in canonical form. If there is
21 no canonical form defined then the record will be printed in unknown
22 record format.
23
24 The -u prints out the resulting record in unknown record form.
25
26 The -C, -T and -P print out the known class, standard type and private
27 type mnemonics respectively.
28
30 RFC 1034, RFC 1035, named(8)
31
33 Internet Systems Consortium, Inc.
34
36 Copyright © 2013-2016, 2018-2020 Internet Systems Consortium, Inc.
37 ("ISC")
38
39
40
41ISC 2013-11-12 NAMED-RRCHECKER(1)