This commit is contained in:
Mark Andrews 2004-11-11 01:55:59 +00:00
parent 6ad17026b1
commit 047ca3efe0
11 changed files with 209 additions and 148 deletions

View file

@ -13,14 +13,14 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
.\" $Id: host.1,v 1.14.18.3 2004/04/13 12:17:09 marka Exp $
.\" $Id: host.1,v 1.14.18.4 2004/11/11 01:55:56 marka Exp $
.\"
.TH "HOST" "1" "Jun 30, 2000" "BIND9" ""
.SH NAME
host \- DNS lookup utility
.SH SYNOPSIS
.sp
\fBhost\fR [ \fB-aCdlnrTwv\fR ] [ \fB-c \fIclass\fB\fR ] [ \fB-N \fIndots\fB\fR ] [ \fB-R \fInumber\fB\fR ] [ \fB-t \fItype\fB\fR ] [ \fB-W \fIwait\fB\fR ] [ \fB-4\fR ] [ \fB-6\fR ] \fBname\fR [ \fBserver\fR ]
\fBhost\fR [ \fB-aCdlnrTwv\fR ] [ \fB-c \fIclass\fB\fR ] [ \fB-N \fIndots\fB\fR ] [ \fB-R \fInumber\fB\fR ] [ \fB-t \fItype\fB\fR ] [ \fB-W \fIwait\fB\fR ] [ \fB-m \fIflag\fB\fR ] [ \fB-4\fR ] [ \fB-6\fR ] \fBname\fR [ \fBserver\fR ]
.SH "DESCRIPTION"
.PP
\fBhost\fR
@ -127,6 +127,10 @@ is less than one, the wait interval is set to one second. When the
effectively wait forever for a reply. The time to wait for a response
will be set to the number of seconds given by the hardware's maximum
value for an integer quantity.
.PP
The \fB-m\fR can be used to set the memory usage debugging flags
\fIrecord\fR, \fIusage\fR and
\fItrace\fR.
.SH "FILES"
.PP
\fI/etc/resolv.conf\fR

View file

@ -15,7 +15,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: host.html,v 1.7.18.4 2004/08/22 23:53:25 marka Exp $ -->
<!-- $Id: host.html,v 1.7.18.5 2004/11/11 01:55:56 marka Exp $ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
@ -91,6 +91,12 @@ CLASS="REPLACEABLE"
></VAR
>] [<VAR
CLASS="OPTION"
>-m <VAR
CLASS="REPLACEABLE"
>flag</VAR
></VAR
>] [<VAR
CLASS="OPTION"
>-4</VAR
>] [<VAR
CLASS="OPTION"
@ -100,7 +106,7 @@ CLASS="OPTION"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN37"
NAME="AEN40"
></A
><H2
>DESCRIPTION</H2
@ -392,11 +398,27 @@ CLASS="COMMAND"
effectively wait forever for a reply. The time to wait for a response
will be set to the number of seconds given by the hardware's maximum
value for an integer quantity.</P
><P
>The <VAR
CLASS="OPTION"
>-m</VAR
> can be used to set the memory usage debugging flags
<VAR
CLASS="PARAMETER"
>record</VAR
>, <VAR
CLASS="PARAMETER"
>usage</VAR
> and
<VAR
CLASS="PARAMETER"
>trace</VAR
>. </P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN115"
NAME="AEN123"
></A
><H2
>FILES</H2
@ -409,7 +431,7 @@ CLASS="FILENAME"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN119"
NAME="AEN127"
></A
><H2
>SEE ALSO</H2

View file

@ -12,7 +12,7 @@
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
.\" $Id: named.conf.5,v 1.1.2.5 2004/10/21 02:45:14 marka Exp $
.\" $Id: named.conf.5,v 1.1.2.6 2004/11/11 01:55:56 marka Exp $
.\"
.TH "NAMED.CONF" "5" "Aug 13, 2004" "BIND9" ""
.SH NAME
@ -217,6 +217,7 @@ options {
allow-query { \fIaddress_match_element\fR; ... };
allow-query-cache { \fIaddress_match_element\fR; ... };
allow-transfer { \fIaddress_match_element\fR; ... };
allow-update { \fIaddress_match_element\fR; ... };
allow-update-forwarding { \fIaddress_match_element\fR; ... };
notify \fInotifytype\fR;
@ -344,6 +345,7 @@ view \fIstring\fR \fIoptional_class\fR {
allow-query { \fIaddress_match_element\fR; ... };
allow-query-cache { \fIaddress_match_element\fR; ... };
allow-transfer { \fIaddress_match_element\fR; ... };
allow-update { \fIaddress_match_element\fR; ... };
allow-update-forwarding { \fIaddress_match_element\fR; ... };
notify \fInotifytype\fR;

View file

@ -14,7 +14,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: named.conf.html,v 1.1.2.6 2004/10/21 02:45:14 marka Exp $ -->
<!-- $Id: named.conf.html,v 1.1.2.7 2004/11/11 01:55:57 marka Exp $ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
@ -811,6 +811,10 @@ CLASS="REPLACEABLE"
allow-transfer&nbsp;{&nbsp;<VAR
CLASS="REPLACEABLE"
>address_match_element</VAR
>;&nbsp;...&nbsp;};<br>
allow-update&nbsp;{&nbsp;<VAR
CLASS="REPLACEABLE"
>address_match_element</VAR
>;&nbsp;...&nbsp;};<br>
allow-update-forwarding&nbsp;{&nbsp;<VAR
CLASS="REPLACEABLE"
@ -1046,7 +1050,7 @@ CLASS="REPLACEABLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN273"
NAME="AEN274"
></A
><H2
>VIEW</H2
@ -1339,6 +1343,10 @@ CLASS="REPLACEABLE"
allow-transfer&nbsp;{&nbsp;<VAR
CLASS="REPLACEABLE"
>address_match_element</VAR
>;&nbsp;...&nbsp;};<br>
allow-update&nbsp;{&nbsp;<VAR
CLASS="REPLACEABLE"
>address_match_element</VAR
>;&nbsp;...&nbsp;};<br>
allow-update-forwarding&nbsp;{&nbsp;<VAR
CLASS="REPLACEABLE"
@ -1542,7 +1550,7 @@ CLASS="REPLACEABLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN400"
NAME="AEN402"
></A
><H2
>ZONE</H2
@ -1864,7 +1872,7 @@ CLASS="REPLACEABLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN483"
NAME="AEN485"
></A
><H2
>FILES</H2
@ -1877,7 +1885,7 @@ CLASS="FILENAME"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN487"
NAME="AEN489"
></A
><H2
>SEE ALSO</H2

View file

@ -194,7 +194,7 @@ NAME="dynamic_update"
messages. The format and meaning of these messages is specified
in RFC 2136.</P
><P
>Dynamic update is enabled on a zone-by-zone basis, by
>Dynamic update is enabled by
including an <B
CLASS="command"
>allow-update</B

View file

@ -94,7 +94,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
></DT
><DT
>6.3. <A
HREF="Bv9ARM.ch06.html#AEN4098"
HREF="Bv9ARM.ch06.html#AEN4107"
>Zone File</A
></DT
></DL
@ -3385,6 +3385,13 @@ CLASS="replaceable"
>]
[<SPAN
CLASS="optional"
> allow-update { <VAR
CLASS="replaceable"
>address_match_list</VAR
> }; </SPAN
>]
[<SPAN
CLASS="optional"
> allow-update-forwarding { <VAR
CLASS="replaceable"
>address_match_list</VAR
@ -4541,7 +4548,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN2416"
NAME="AEN2418"
></A
><TABLE
CELLPADDING="3"
@ -5417,7 +5424,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2717"
NAME="AEN2719"
>6.2.16.2. Forwarding</A
></H3
><P
@ -5485,7 +5492,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2736"
NAME="AEN2738"
>6.2.16.3. Dual-stack Servers</A
></H3
><P
@ -5657,6 +5664,23 @@ host from retrieving data that is already in the server's cache.
><DT
><B
CLASS="command"
>allow-update</B
></DT
><DD
><P
>Specifies which hosts are allowed to
submit Dynamic DNS updates for master zones. The default is to deny
updates from all hosts. Note that allowing updates based
on the requestor's IP address is insecure; see
<A
HREF="Bv9ARM.ch07.html#dynamic_update_security"
>Section 7.3</A
> for details.
</P
></DD
><DT
><B
CLASS="command"
>allow-update-forwarding</B
></DT
><DD
@ -5750,7 +5774,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2818"
NAME="AEN2826"
>6.2.16.5. Interfaces</A
></H3
><P
@ -5853,7 +5877,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN2845"
NAME="AEN2853"
>6.2.16.6. Query Address</A
></H3
><P
@ -6361,7 +6385,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3011"
NAME="AEN3019"
>6.2.16.8. Bad UDP Port Lists</A
></H3
><P
@ -6385,7 +6409,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3016"
NAME="AEN3024"
>6.2.16.9. Operating System Resource Limits</A
></H3
><P
@ -6505,7 +6529,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3053"
NAME="AEN3061"
>6.2.16.10. Server Resource Limits</A
></H3
><P
@ -6640,7 +6664,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3099"
NAME="AEN3107"
>6.2.16.11. Periodic Task Intervals</A
></H3
><P
@ -7005,7 +7029,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN3187"
NAME="AEN3195"
></A
><TABLE
CELLPADDING="3"
@ -7467,7 +7491,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN3331"
NAME="AEN3339"
></A
><TABLE
CELLPADDING="3"
@ -7939,7 +7963,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3470"
NAME="AEN3478"
>6.2.19. <B
CLASS="command"
>trusted-keys</B
@ -7994,7 +8018,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3486"
NAME="AEN3494"
>6.2.20. <B
CLASS="command"
>trusted-keys</B
@ -8082,7 +8106,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3508"
NAME="AEN3516"
>6.2.22. <B
CLASS="command"
>view</B
@ -8726,7 +8750,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN3685"
NAME="AEN3693"
>6.2.24. <B
CLASS="command"
>zone</B
@ -8737,7 +8761,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3688"
NAME="AEN3696"
>6.2.24.1. Zone Types</A
></H3
><DIV
@ -8745,7 +8769,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN3690"
NAME="AEN3698"
></A
><TABLE
CELLPADDING="3"
@ -8977,7 +9001,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3753"
NAME="AEN3761"
>6.2.24.2. Class</A
></H3
><P
@ -9015,7 +9039,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN3763"
NAME="AEN3771"
>6.2.24.3. Zone Options</A
></H3
><P
@ -9099,15 +9123,14 @@ CLASS="command"
></DT
><DD
><P
>Specifies which hosts are allowed to
submit Dynamic DNS updates for master zones. The default is to deny
updates from all hosts. Note that allowing updates based
on the requestor's IP address is insecure; see
<A
HREF="Bv9ARM.ch07.html#dynamic_update_security"
>Section 7.3</A
> for details.
</P
>See the description of <B
CLASS="command"
>allow-update</B
>
in <A
HREF="Bv9ARM.ch06.html#access_control"
>Section 6.2.16.4</A
>.</P
></DD
><DT
><B
@ -9785,7 +9808,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4057"
NAME="AEN4066"
></A
><TABLE
CELLPADDING="3"
@ -9910,7 +9933,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4098"
NAME="AEN4107"
>6.3. Zone File</A
></H1
><DIV
@ -9931,7 +9954,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4103"
NAME="AEN4112"
>6.3.1.1. Resource Records</A
></H3
><P
@ -9956,7 +9979,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4109"
NAME="AEN4118"
></A
><TABLE
CELLPADDING="3"
@ -10037,7 +10060,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4141"
NAME="AEN4150"
></A
><TABLE
CELLPADDING="3"
@ -10388,7 +10411,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4293"
NAME="AEN4302"
></A
><TABLE
CELLPADDING="3"
@ -10470,7 +10493,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4317"
NAME="AEN4326"
>6.3.1.2. Textual expression of RRs</A
></H3
><P
@ -10502,7 +10525,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4324"
NAME="AEN4333"
></A
><TABLE
CELLPADDING="3"
@ -10657,7 +10680,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4390"
NAME="AEN4399"
></A
><TABLE
CELLPADDING="3"
@ -10728,7 +10751,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4418"
NAME="AEN4427"
>6.3.2. Discussion of MX Records</A
></H2
><P
@ -10766,7 +10789,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4424"
NAME="AEN4433"
></A
><TABLE
CELLPADDING="3"
@ -10987,7 +11010,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4516"
NAME="AEN4525"
></A
><TABLE
CELLPADDING="3"
@ -11050,7 +11073,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4539"
NAME="AEN4548"
>6.3.4. Inverse Mapping in IPv4</A
></H2
><P
@ -11079,7 +11102,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4544"
NAME="AEN4553"
></A
><TABLE
CELLPADDING="3"
@ -11145,7 +11168,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4566"
NAME="AEN4575"
>6.3.5. Other Zone File Directives</A
></H2
><P
@ -11170,7 +11193,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4573"
NAME="AEN4582"
>6.3.5.1. The <B
CLASS="command"
>$ORIGIN</B
@ -11236,7 +11259,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4593"
NAME="AEN4602"
>6.3.5.2. The <B
CLASS="command"
>$INCLUDE</B
@ -11312,7 +11335,7 @@ CLASS="sect3"
><H3
CLASS="sect3"
><A
NAME="AEN4613"
NAME="AEN4622"
>6.3.5.3. The <B
CLASS="command"
>$TTL</B
@ -11348,7 +11371,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4624"
NAME="AEN4633"
>6.3.6. <ACRONYM
CLASS="acronym"
>BIND</ACRONYM
@ -11431,7 +11454,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4648"
NAME="AEN4657"
></A
><TABLE
CELLPADDING="3"

View file

@ -89,7 +89,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT
><DT
>7.2. <A
HREF="Bv9ARM.ch07.html#AEN4741"
HREF="Bv9ARM.ch07.html#AEN4750"
><B
CLASS="command"
>chroot</B
@ -197,7 +197,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4741"
NAME="AEN4750"
>7.2. <B
CLASS="command"
>chroot</B
@ -275,7 +275,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4764"
NAME="AEN4773"
>7.2.1. The <B
CLASS="command"
>chroot</B
@ -351,7 +351,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4782"
NAME="AEN4791"
>7.2.2. Using the <B
CLASS="command"
>setuid</B

View file

@ -81,17 +81,17 @@ CLASS="TOC"
></DT
><DT
>8.1. <A
HREF="Bv9ARM.ch08.html#AEN4803"
HREF="Bv9ARM.ch08.html#AEN4812"
>Common Problems</A
></DT
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN4808"
HREF="Bv9ARM.ch08.html#AEN4817"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN4813"
HREF="Bv9ARM.ch08.html#AEN4822"
>Where Can I Get Help?</A
></DT
></DL
@ -101,7 +101,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4803"
NAME="AEN4812"
>8.1. Common Problems</A
></H1
><DIV
@ -109,7 +109,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4805"
NAME="AEN4814"
>8.1.1. It's not working; how can I figure out what's wrong?</A
></H2
><P
@ -125,7 +125,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4808"
NAME="AEN4817"
>8.2. Incrementing and Changing the Serial Number</A
></H1
><P
@ -154,7 +154,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4813"
NAME="AEN4822"
>8.3. Where Can I Get Help?</A
></H1
><P

View file

@ -74,7 +74,7 @@ CLASS="TOC"
></DT
><DT
>A.1. <A
HREF="Bv9ARM.ch09.html#AEN4829"
HREF="Bv9ARM.ch09.html#AEN4838"
>Acknowledgments</A
></DT
><DT
@ -97,7 +97,7 @@ CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="AEN4829"
NAME="AEN4838"
>A.1. Acknowledgments</A
></H1
><DIV
@ -105,7 +105,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN4831"
NAME="AEN4840"
>A.1.1. A Brief History of the <ACRONYM
CLASS="acronym"
>DNS</ACRONYM
@ -271,7 +271,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4867"
NAME="AEN4876"
></A
><TABLE
CELLPADDING="3"
@ -410,7 +410,7 @@ CLASS="informaltable"
><P
></P
><A
NAME="AEN4936"
NAME="AEN4945"
></A
><TABLE
CELLPADDING="3"
@ -608,19 +608,19 @@ TARGET="_top"
</P
><H3
><A
NAME="AEN5004"
NAME="AEN5013"
>Bibliography</A
></H3
><H2
CLASS="bibliodiv"
><A
NAME="AEN5005"
NAME="AEN5014"
>Standards</A
></H2
><DIV
CLASS="biblioentry"
><A
NAME="AEN5007"
NAME="AEN5016"
></A
><P
>[RFC974]&nbsp;<SPAN
@ -637,7 +637,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5014"
NAME="AEN5023"
></A
><P
>[RFC1034]&nbsp;<SPAN
@ -654,7 +654,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5021"
NAME="AEN5030"
></A
><P
>[RFC1035]&nbsp;<SPAN
@ -678,7 +678,7 @@ NAME="proposed_standards"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5030"
NAME="AEN5039"
></A
><P
>[RFC2181]&nbsp;<SPAN
@ -698,7 +698,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5038"
NAME="AEN5047"
></A
><P
>[RFC2308]&nbsp;<SPAN
@ -718,7 +718,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5046"
NAME="AEN5055"
></A
><P
>[RFC1995]&nbsp;<SPAN
@ -738,7 +738,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5054"
NAME="AEN5063"
></A
><P
>[RFC1996]&nbsp;<SPAN
@ -755,7 +755,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5061"
NAME="AEN5070"
></A
><P
>[RFC2136]&nbsp;<SPAN
@ -781,7 +781,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5078"
NAME="AEN5087"
></A
><P
>[RFC2845]&nbsp;<SPAN
@ -810,13 +810,13 @@ STYLE="margin-left: 0.5in"
><H2
CLASS="bibliodiv"
><A
NAME="AEN5097"
NAME="AEN5106"
>Proposed Standards Still Under Development</A
></H2
><DIV
CLASS="biblioentry"
><A
NAME="AEN5102"
NAME="AEN5111"
></A
><P
>[RFC1886]&nbsp;<SPAN
@ -839,7 +839,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5114"
NAME="AEN5123"
></A
><P
>[RFC2065]&nbsp;<SPAN
@ -859,7 +859,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5126"
NAME="AEN5135"
></A
><P
>[RFC2137]&nbsp;<SPAN
@ -876,7 +876,7 @@ STYLE="margin-left: 0.5in"
><H2
CLASS="bibliodiv"
><A
NAME="AEN5134"
NAME="AEN5143"
>Other Important RFCs About <ACRONYM
CLASS="acronym"
>DNS</ACRONYM
@ -885,7 +885,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5137"
NAME="AEN5146"
></A
><P
>[RFC1535]&nbsp;<SPAN
@ -905,7 +905,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5145"
NAME="AEN5154"
></A
><P
>[RFC1536]&nbsp;<SPAN
@ -937,7 +937,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5166"
NAME="AEN5175"
></A
><P
>[RFC1982]&nbsp;<SPAN
@ -957,13 +957,13 @@ STYLE="margin-left: 0.5in"
><H2
CLASS="bibliodiv"
><A
NAME="AEN5177"
NAME="AEN5186"
>Resource Record Types</A
></H2
><DIV
CLASS="biblioentry"
><A
NAME="AEN5179"
NAME="AEN5188"
></A
><P
>[RFC1183]&nbsp;<SPAN
@ -992,7 +992,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5197"
NAME="AEN5206"
></A
><P
>[RFC1706]&nbsp;<SPAN
@ -1015,7 +1015,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5209"
NAME="AEN5218"
></A
><P
>[RFC2168]&nbsp;<SPAN
@ -1036,7 +1036,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5220"
NAME="AEN5229"
></A
><P
>[RFC1876]&nbsp;<SPAN
@ -1063,7 +1063,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5237"
NAME="AEN5246"
></A
><P
>[RFC2052]&nbsp;<SPAN
@ -1087,7 +1087,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5249"
NAME="AEN5258"
></A
><P
>[RFC2163]&nbsp;<SPAN
@ -1108,7 +1108,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5257"
NAME="AEN5266"
></A
><P
>[RFC2230]&nbsp;<SPAN
@ -1128,7 +1128,7 @@ STYLE="margin-left: 0.5in"
><H2
CLASS="bibliodiv"
><A
NAME="AEN5265"
NAME="AEN5274"
><ACRONYM
CLASS="acronym"
>DNS</ACRONYM
@ -1137,7 +1137,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5268"
NAME="AEN5277"
></A
><P
>[RFC1101]&nbsp;<SPAN
@ -1157,7 +1157,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5276"
NAME="AEN5285"
></A
><P
>[RFC1123]&nbsp;<SPAN
@ -1174,7 +1174,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5283"
NAME="AEN5292"
></A
><P
>[RFC1591]&nbsp;<SPAN
@ -1191,7 +1191,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5290"
NAME="AEN5299"
></A
><P
>[RFC2317]&nbsp;<SPAN
@ -1214,7 +1214,7 @@ STYLE="margin-left: 0.5in"
><H2
CLASS="bibliodiv"
><A
NAME="AEN5304"
NAME="AEN5313"
><ACRONYM
CLASS="acronym"
>DNS</ACRONYM
@ -1223,7 +1223,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5307"
NAME="AEN5316"
></A
><P
>[RFC1537]&nbsp;<SPAN
@ -1243,7 +1243,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5315"
NAME="AEN5324"
></A
><P
>[RFC1912]&nbsp;<SPAN
@ -1263,7 +1263,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5323"
NAME="AEN5332"
></A
><P
>[RFC2010]&nbsp;<SPAN
@ -1283,7 +1283,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5334"
NAME="AEN5343"
></A
><P
>[RFC2219]&nbsp;<SPAN
@ -1306,7 +1306,7 @@ STYLE="margin-left: 0.5in"
><H2
CLASS="bibliodiv"
><A
NAME="AEN5346"
NAME="AEN5355"
>Other <ACRONYM
CLASS="acronym"
>DNS</ACRONYM
@ -1315,7 +1315,7 @@ CLASS="acronym"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5352"
NAME="AEN5361"
></A
><P
>[RFC1464]&nbsp;<SPAN
@ -1332,7 +1332,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5359"
NAME="AEN5368"
></A
><P
>[RFC1713]&nbsp;<SPAN
@ -1352,7 +1352,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5367"
NAME="AEN5376"
></A
><P
>[RFC1794]&nbsp;<SPAN
@ -1372,7 +1372,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5375"
NAME="AEN5384"
></A
><P
>[RFC2240]&nbsp;<SPAN
@ -1389,7 +1389,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5382"
NAME="AEN5391"
></A
><P
>[RFC2345]&nbsp;<SPAN
@ -1412,7 +1412,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS="biblioentry"
><A
NAME="AEN5396"
NAME="AEN5405"
></A
><P
>[RFC2352]&nbsp;<SPAN
@ -1429,13 +1429,13 @@ STYLE="margin-left: 0.5in"
><H2
CLASS="bibliodiv"
><A
NAME="AEN5403"
NAME="AEN5412"
>Obsolete and Unimplemented Experimental RRs</A
></H2
><DIV
CLASS="biblioentry"
><A
NAME="AEN5405"
NAME="AEN5414"
></A
><P
>[RFC1712]&nbsp;<SPAN
@ -1486,7 +1486,7 @@ CLASS="sect2"
><H2
CLASS="sect2"
><A
NAME="AEN5426"
NAME="AEN5435"
>A.3.3. Other Documents About <ACRONYM
CLASS="acronym"
>BIND</ACRONYM
@ -1496,13 +1496,13 @@ CLASS="acronym"
></P
><H3
><A
NAME="AEN5430"
NAME="AEN5439"
>Bibliography</A
></H3
><DIV
CLASS="biblioentry"
><A
NAME="AEN5431"
NAME="AEN5440"
></A
><P
><SPAN

View file

@ -536,7 +536,7 @@ CLASS="command"
></DT
><DT
>6.2.19. <A
HREF="Bv9ARM.ch06.html#AEN3470"
HREF="Bv9ARM.ch06.html#AEN3478"
><B
CLASS="command"
>trusted-keys</B
@ -544,7 +544,7 @@ CLASS="command"
></DT
><DT
>6.2.20. <A
HREF="Bv9ARM.ch06.html#AEN3486"
HREF="Bv9ARM.ch06.html#AEN3494"
><B
CLASS="command"
>trusted-keys</B
@ -561,7 +561,7 @@ CLASS="command"
></DT
><DT
>6.2.22. <A
HREF="Bv9ARM.ch06.html#AEN3508"
HREF="Bv9ARM.ch06.html#AEN3516"
><B
CLASS="command"
>view</B
@ -578,7 +578,7 @@ Statement Grammar</A
></DT
><DT
>6.2.24. <A
HREF="Bv9ARM.ch06.html#AEN3685"
HREF="Bv9ARM.ch06.html#AEN3693"
><B
CLASS="command"
>zone</B
@ -588,7 +588,7 @@ CLASS="command"
></DD
><DT
>6.3. <A
HREF="Bv9ARM.ch06.html#AEN4098"
HREF="Bv9ARM.ch06.html#AEN4107"
>Zone File</A
></DT
><DD
@ -600,7 +600,7 @@ HREF="Bv9ARM.ch06.html#types_of_resource_records_and_when_to_use_them"
></DT
><DT
>6.3.2. <A
HREF="Bv9ARM.ch06.html#AEN4418"
HREF="Bv9ARM.ch06.html#AEN4427"
>Discussion of MX Records</A
></DT
><DT
@ -610,17 +610,17 @@ HREF="Bv9ARM.ch06.html#Setting_TTLs"
></DT
><DT
>6.3.4. <A
HREF="Bv9ARM.ch06.html#AEN4539"
HREF="Bv9ARM.ch06.html#AEN4548"
>Inverse Mapping in IPv4</A
></DT
><DT
>6.3.5. <A
HREF="Bv9ARM.ch06.html#AEN4566"
HREF="Bv9ARM.ch06.html#AEN4575"
>Other Zone File Directives</A
></DT
><DT
>6.3.6. <A
HREF="Bv9ARM.ch06.html#AEN4624"
HREF="Bv9ARM.ch06.html#AEN4633"
><ACRONYM
CLASS="acronym"
>BIND</ACRONYM
@ -650,7 +650,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT
><DT
>7.2. <A
HREF="Bv9ARM.ch07.html#AEN4741"
HREF="Bv9ARM.ch07.html#AEN4750"
><B
CLASS="command"
>chroot</B
@ -664,7 +664,7 @@ UNIX servers)</A
><DL
><DT
>7.2.1. <A
HREF="Bv9ARM.ch07.html#AEN4764"
HREF="Bv9ARM.ch07.html#AEN4773"
>The <B
CLASS="command"
>chroot</B
@ -672,7 +672,7 @@ CLASS="command"
></DT
><DT
>7.2.2. <A
HREF="Bv9ARM.ch07.html#AEN4782"
HREF="Bv9ARM.ch07.html#AEN4791"
>Using the <B
CLASS="command"
>setuid</B
@ -696,26 +696,26 @@ HREF="Bv9ARM.ch08.html"
><DL
><DT
>8.1. <A
HREF="Bv9ARM.ch08.html#AEN4803"
HREF="Bv9ARM.ch08.html#AEN4812"
>Common Problems</A
></DT
><DD
><DL
><DT
>8.1.1. <A
HREF="Bv9ARM.ch08.html#AEN4805"
HREF="Bv9ARM.ch08.html#AEN4814"
>It's not working; how can I figure out what's wrong?</A
></DT
></DL
></DD
><DT
>8.2. <A
HREF="Bv9ARM.ch08.html#AEN4808"
HREF="Bv9ARM.ch08.html#AEN4817"
>Incrementing and Changing the Serial Number</A
></DT
><DT
>8.3. <A
HREF="Bv9ARM.ch08.html#AEN4813"
HREF="Bv9ARM.ch08.html#AEN4822"
>Where Can I Get Help?</A
></DT
></DL
@ -729,14 +729,14 @@ HREF="Bv9ARM.ch09.html"
><DL
><DT
>A.1. <A
HREF="Bv9ARM.ch09.html#AEN4829"
HREF="Bv9ARM.ch09.html#AEN4838"
>Acknowledgments</A
></DT
><DD
><DL
><DT
>A.1.1. <A
HREF="Bv9ARM.ch09.html#AEN4831"
HREF="Bv9ARM.ch09.html#AEN4840"
>A Brief History of the <ACRONYM
CLASS="acronym"
>DNS</ACRONYM
@ -783,7 +783,7 @@ HREF="Bv9ARM.ch09.html#internet_drafts"
></DT
><DT
>A.3.3. <A
HREF="Bv9ARM.ch09.html#AEN5426"
HREF="Bv9ARM.ch09.html#AEN5435"
>Other Documents About <ACRONYM
CLASS="acronym"
>BIND</ACRONYM

View file

@ -89,6 +89,7 @@ options {
ixfr-from-differences <ixfrdiff>;
allow-query { <address_match_element>; ... };
allow-transfer { <address_match_element>; ... };
allow-update { <address_match_element>; ... };
allow-update-forwarding { <address_match_element>; ... };
allow-notify { <address_match_element>; ... };
notify <notifytype>;
@ -160,7 +161,6 @@ view <string> <optional_class> {
zone <string> <optional_class> {
type ( master | slave | stub | hint | forward |
delegation-only );
allow-update { <address_match_element>; ... };
file <quoted_string>;
journal <quoted_string>;
ixfr-base <quoted_string>; // obsolete
@ -177,6 +177,7 @@ view <string> <optional_class> {
ixfr-from-differences <boolean>;
allow-query { <address_match_element>; ... };
allow-transfer { <address_match_element>; ... };
allow-update { <address_match_element>; ... };
allow-update-forwarding { <address_match_element>; ... };
allow-notify { <address_match_element>; ... };
notify <notifytype>;
@ -271,6 +272,7 @@ view <string> <optional_class> {
ixfr-from-differences <ixfrdiff>;
allow-query { <address_match_element>; ... };
allow-transfer { <address_match_element>; ... };
allow-update { <address_match_element>; ... };
allow-update-forwarding { <address_match_element>; ... };
allow-notify { <address_match_element>; ... };
notify <notifytype>;
@ -321,7 +323,6 @@ key <string> {
zone <string> <optional_class> {
type ( master | slave | stub | hint | forward | delegation-only );
allow-update { <address_match_element>; ... };
file <quoted_string>;
journal <quoted_string>;
ixfr-base <quoted_string>; // obsolete
@ -337,6 +338,7 @@ zone <string> <optional_class> {
ixfr-from-differences <boolean>;
allow-query { <address_match_element>; ... };
allow-transfer { <address_match_element>; ... };
allow-update { <address_match_element>; ... };
allow-update-forwarding { <address_match_element>; ... };
allow-notify { <address_match_element>; ... };
notify <notifytype>;