man.rndc.conf.html revision cedb0bd0c1e3c461b7e479a16d3adfd5b150f1f4
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale - Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale - Copyright (C) 2000-2003 Internet Software Consortium.
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale - Permission to use, copy, modify, and distribute this software for any
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale - purpose with or without fee is hereby granted, provided that the above
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale - copyright notice and this permission notice appear in all copies.
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
0075dcb5aeeee4864fe9f64db82c8a8202bbe6d6henning mueller - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
ea54729650a50426c770cb0f2999c478f18d3258Daniel Couto Vale - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
f9c64720306a03102ed06e2e497c8f7d5bd0910aChristian Clausen - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
64533bb0160210256e0a393ea102a4c4f1cc8ecaChristian Clausen - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
45099b8d596ab49a700a8c2c6761cf9ca0d101c4Till Mossakowski - PERFORMANCE OF THIS SOFTWARE.
45099b8d596ab49a700a8c2c6761cf9ca0d101c4Till Mossakowski<!-- $Id: man.rndc.conf.html,v 1.9 2005/10/13 03:14:05 marka Exp $ -->
e165d93c5dc7e3989fdbde84d77e7ffdd40d73e2Daniel Vale<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale<link rel="start" href="Bv9ARM.html" title="BIND 9 Administrator Reference Manual">
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale<link rel="up" href="Bv9ARM.ch10.html" title="Manual pages">
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale<link rel="prev" href="man.rndc.html" title="rndc">
db07a36c8d27cd066338f3e1f4c3ea9cbbd027fdDaniel Couto Vale<link rel="next" href="man.rndc-confgen.html" title="rndc-confgen">
d27bf65fca64c4f86177742c215f0705017aad47Christian Clausen<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
8ecd6803a4d72196f2e8301c538d7570182fcaadChristian Clausen<table width="100%" summary="Navigation header">
040c1d8fca47a84f09d96ca3c21caa0a2ed91e05henning mueller<tr><th colspan="3" align="center"><code class="filename">rndc.conf</code></th></tr>
040c1d8fca47a84f09d96ca3c21caa0a2ed91e05henning mueller<a accesskey="p" href="man.rndc.html">Prev</a>�</td>
b816481ff5d2fd822a5c616daa03e94d2775594bTill Mossakowski<th width="60%" align="center">Manual pages</th>
b816481ff5d2fd822a5c616daa03e94d2775594bTill Mossakowski<td width="20%" align="right">�<a accesskey="n" href="man.rndc-confgen.html">Next</a>
64533bb0160210256e0a393ea102a4c4f1cc8ecaChristian Clausen<a name="man.rndc.conf"></a><div class="titlepage"></div>
64533bb0160210256e0a393ea102a4c4f1cc8ecaChristian Clausen<p><code class="filename">rndc.conf</code> — rndc configuration file</p>
5b9d1e25142d3712e05d5df39d5b0d5dc3c0212fChristian Clausen<div class="cmdsynopsis"><p><code class="command">rndc.conf</code> </p></div>
5b9d1e25142d3712e05d5df39d5b0d5dc3c0212fChristian Clausen<a name="id2585806"></a><h2>DESCRIPTION</h2>
5b9d1e25142d3712e05d5df39d5b0d5dc3c0212fChristian Clausen<p><code class="filename">rndc.conf</code> is the configuration file
5b9d1e25142d3712e05d5df39d5b0d5dc3c0212fChristian Clausen for <span><strong class="command">rndc</strong></span>, the BIND 9 name server control
5b9d1e25142d3712e05d5df39d5b0d5dc3c0212fChristian Clausen utility. This file has a similar structure and syntax to
0ae77dd0f6698fa1948d1c6c973cc64d6df9e8d6Christian Clausen <code class="filename">named.conf</code>. Statements are enclosed
0ae77dd0f6698fa1948d1c6c973cc64d6df9e8d6Christian Clausen in braces and terminated with a semi-colon. Clauses in
0ae77dd0f6698fa1948d1c6c973cc64d6df9e8d6Christian Clausen the statements are also semi-colon terminated. The usual
0ae77dd0f6698fa1948d1c6c973cc64d6df9e8d6Christian Clausen comment styles are supported:
0ae77dd0f6698fa1948d1c6c973cc64d6df9e8d6Christian Clausen C style: /* */
0ae77dd0f6698fa1948d1c6c973cc64d6df9e8d6Christian Clausen C++ style: // to end of line
0ae77dd0f6698fa1948d1c6c973cc64d6df9e8d6Christian Clausen Unix style: # to end of line