named-rrchecker.html revision fd2597f75693a2279fdf588bd40dfe2407c42028
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - Copyright (C) 2013-2015 Internet Systems Consortium, Inc. ("ISC")
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - Permission to use, copy, modify, and/or distribute this software for any
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - purpose with or without fee is hereby granted, provided that the above
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - copyright notice and this permission notice appear in all copies.
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce - PERFORMANCE OF THIS SOFTWARE.
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry">
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce<a name="man.named-rrchecker"></a><div class="titlepage"></div>
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce<p><span class="application">named-rrchecker</span> — A syntax checker for individual DNS resource records</p>
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce<div class="cmdsynopsis"><p><code class="command">named-rrchecker</code> [<code class="option">-h</code>] [<code class="option">-o <em class="replaceable"><code>origin</code></em></code>] [<code class="option">-p</code>] [<code class="option">-u</code>] [<code class="option">-C</code>] [<code class="option">-T</code>] [<code class="option">-P</code>]</p></div>
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce<p><span class="command"><strong>named-rrchecker</strong></span>
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce read a individual DNS resource record from standard input and checks if it
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce is syntactically correct.
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce The <code class="option">-h</code> prints out the help menu.
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce The <code class="option">-o <em class="replaceable"><code>origin</code></em></code>
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce option specifies a origin to be used when interpreting the record.
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce The <code class="option">-p</code> prints out the resulting record in canonical
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce form. If there is no canonical form defined then the record will be
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce printed in unknown record format.
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce The <code class="option">-u</code> prints out the resulting record in unknown record
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce The <code class="option">-C</code>, <code class="option">-T</code> and <code class="option">-P</code>
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce print out the known class, standard type and private type mnemonics
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce respectively.
f293a69bcd1c1dd7bdac8f4102fc2398b9e475c8Eric Luce <span class="citerefentry"><span class="refentrytitle">named</span>(8)</span>