Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
32d1434a
Commit
32d1434a
authored
Oct 07, 2004
by
Mark Andrews
Browse files
regen
parent
31a71adf
Changes
9
Hide whitespace changes
Inline
Side-by-side
bin/named/named.conf.5
View file @
32d1434a
...
...
@@ -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.
2
2004/
08/21 09:49:57
marka Exp $
.\" $Id: named.conf.5,v 1.
3
2004/
10/07 02:58:34
marka Exp $
.\"
.TH "NAMED.CONF" "5" "Aug 13, 2004" "BIND9" ""
.SH NAME
...
...
@@ -407,6 +407,7 @@ zone \fIstring\fR \fIoptional_class\fR {
check-names ( fail | warn | ignore );
dialup \fIdialuptype\fR;
ixfr-from-differences \fIboolean\fR;
journal \fIquoted_string\fR;
allow-query { \fIaddress_match_element\fR; ... };
allow-transfer { \fIaddress_match_element\fR; ... };
...
...
bin/named/named.conf.html
View file @
32d1434a
...
...
@@ -14,7 +14,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: named.conf.html,v 1.
3
2004/
08/23 00:05:45
marka Exp $ -->
<!-- $Id: named.conf.html,v 1.
4
2004/
10/07 02:58:34
marka Exp $ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML
...
...
@@ -1605,6 +1605,10 @@ CLASS="REPLACEABLE"
ixfr-from-differences
<VAR
CLASS=
"REPLACEABLE"
>
boolean
</VAR
>
;
<br>
journal
<VAR
CLASS=
"REPLACEABLE"
>
quoted_string
</VAR
>
;
<br>
<br>
allow-query
{
<VAR
...
...
@@ -1848,7 +1852,7 @@ CLASS="REPLACEABLE"
><DIV
CLASS=
"REFSECT1"
><A
NAME=
"AEN4
79
"
NAME=
"AEN4
80
"
></A
><H2
>
FILES
</H2
...
...
@@ -1861,7 +1865,7 @@ CLASS="FILENAME"
><DIV
CLASS=
"REFSECT1"
><A
NAME=
"AEN48
3
"
NAME=
"AEN48
4
"
></A
><H2
>
SEE ALSO
</H2
...
...
doc/arm/Bv9ARM.ch04.html
View file @
32d1434a
...
...
@@ -222,15 +222,15 @@ NAME="journal"
>
4.2.1. The journal file
</A
></H2
><P
>
All changes made to a zone using dynamic update are stored
in the
zone's journal file. This file is automatically created
by the
server when when the first dynamic update takes place.
The name of
the journal file is formed by appending the
extension
<TT
>
All changes made to a zone using dynamic update are stored
in the
zone's journal file. This file is automatically created
by the
server when when the first dynamic update takes place.
The name of
the journal file is formed by appending the
extension
<TT
CLASS=
"filename"
>
.jnl
</TT
>
to the
name of the corresponding zone file
. The journal file is in a
>
to the
name of the corresponding zone
file unless specifically overridden
. The journal file is in a
binary format and should not be edited manually.
</P
><P
>
The server will also occasionally write ("dump")
...
...
doc/arm/Bv9ARM.ch06.html
View file @
32d1434a
...
...
@@ -94,7 +94,7 @@ HREF="Bv9ARM.ch06.html#Configuration_File_Grammar"
></DT
><DT
>
6.3.
<A
HREF=
"Bv9ARM.ch06.html#AEN40
5
6"
HREF=
"Bv9ARM.ch06.html#AEN40
6
6"
>
Zone File
</A
></DT
></DL
...
...
@@ -8287,6 +8287,13 @@ CLASS="replaceable"
>
]
[
<SPAN
CLASS=
"optional"
>
journal
<VAR
CLASS=
"replaceable"
>
string
</VAR
>
;
</SPAN
>
]
[
<SPAN
CLASS=
"optional"
>
forward (
<CODE
CLASS=
"constant"
>
only
</CODE
...
...
@@ -8612,7 +8619,7 @@ CLASS="sect2"
><H2
CLASS=
"sect2"
><A
NAME=
"AEN365
1
"
NAME=
"AEN365
3
"
>
6.2.24.
<B
CLASS=
"command"
>
zone
</B
...
...
@@ -8623,7 +8630,7 @@ CLASS="sect3"
><H3
CLASS=
"sect3"
><A
NAME=
"AEN365
4
"
NAME=
"AEN365
6
"
>
6.2.24.1. Zone Types
</A
></H3
><DIV
...
...
@@ -8631,7 +8638,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN365
6
"
NAME=
"AEN365
8
"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -8863,7 +8870,7 @@ CLASS="sect3"
><H3
CLASS=
"sect3"
><A
NAME=
"AEN371
9
"
NAME=
"AEN37
2
1"
>
6.2.24.2. Class
</A
></H3
><P
...
...
@@ -8901,7 +8908,7 @@ CLASS="sect3"
><H3
CLASS=
"sect3"
><A
NAME=
"AEN37
29
"
NAME=
"AEN37
31
"
>
6.2.24.3. Zone Options
</A
></H3
><P
...
...
@@ -8912,6 +8919,27 @@ CLASS="variablelist"
><DT
><B
CLASS=
"command"
>
journal
</B
></DT
><DD
><P
>
Allow the default journal's file name to be overridden.
The default is the zone's file with "
<TT
CLASS=
"filename"
>
.jnl
</TT
>
" appended.
This is applicable to
<B
CLASS=
"command"
>
master
</B
>
and
<B
CLASS=
"command"
>
slave
</B
>
zones.
</P
></DD
><DT
><B
CLASS=
"command"
>
allow-notify
</B
></DT
><DD
...
...
@@ -9650,7 +9678,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN40
1
5"
NAME=
"AEN40
2
5"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -9775,7 +9803,7 @@ CLASS="sect1"
><H1
CLASS=
"sect1"
><A
NAME=
"AEN40
5
6"
NAME=
"AEN40
6
6"
>
6.3. Zone File
</A
></H1
><DIV
...
...
@@ -9796,7 +9824,7 @@ CLASS="sect3"
><H3
CLASS=
"sect3"
><A
NAME=
"AEN40
6
1"
NAME=
"AEN40
7
1"
>
6.3.1.1. Resource Records
</A
></H3
><P
...
...
@@ -9821,7 +9849,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN40
6
7"
NAME=
"AEN40
7
7"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -9902,7 +9930,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN40
9
9"
NAME=
"AEN4
1
09"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -10253,7 +10281,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN42
5
1"
NAME=
"AEN42
6
1"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -10335,7 +10363,7 @@ CLASS="sect3"
><H3
CLASS=
"sect3"
><A
NAME=
"AEN42
7
5"
NAME=
"AEN42
8
5"
>
6.3.1.2. Textual expression of RRs
</A
></H3
><P
...
...
@@ -10367,7 +10395,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN42
8
2"
NAME=
"AEN42
9
2"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -10522,7 +10550,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN43
4
8"
NAME=
"AEN43
5
8"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -10593,7 +10621,7 @@ CLASS="sect2"
><H2
CLASS=
"sect2"
><A
NAME=
"AEN43
7
6"
NAME=
"AEN43
8
6"
>
6.3.2. Discussion of MX Records
</A
></H2
><P
...
...
@@ -10631,7 +10659,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN43
8
2"
NAME=
"AEN43
9
2"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -10852,7 +10880,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN44
7
4"
NAME=
"AEN44
8
4"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -10915,7 +10943,7 @@ CLASS="sect2"
><H2
CLASS=
"sect2"
><A
NAME=
"AEN4
49
7"
NAME=
"AEN4
50
7"
>
6.3.4. Inverse Mapping in IPv4
</A
></H2
><P
...
...
@@ -10944,7 +10972,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN45
0
2"
NAME=
"AEN45
1
2"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -11010,7 +11038,7 @@ CLASS="sect2"
><H2
CLASS=
"sect2"
><A
NAME=
"AEN45
2
4"
NAME=
"AEN45
3
4"
>
6.3.5. Other Zone File Directives
</A
></H2
><P
...
...
@@ -11035,7 +11063,7 @@ CLASS="sect3"
><H3
CLASS=
"sect3"
><A
NAME=
"AEN45
3
1"
NAME=
"AEN45
4
1"
>
6.3.5.1. The
<B
CLASS=
"command"
>
$ORIGIN
</B
...
...
@@ -11101,7 +11129,7 @@ CLASS="sect3"
><H3
CLASS=
"sect3"
><A
NAME=
"AEN45
5
1"
NAME=
"AEN45
6
1"
>
6.3.5.2. The
<B
CLASS=
"command"
>
$INCLUDE
</B
...
...
@@ -11177,7 +11205,7 @@ CLASS="sect3"
><H3
CLASS=
"sect3"
><A
NAME=
"AEN45
7
1"
NAME=
"AEN45
8
1"
>
6.3.5.3. The
<B
CLASS=
"command"
>
$TTL
</B
...
...
@@ -11213,7 +11241,7 @@ CLASS="sect2"
><H2
CLASS=
"sect2"
><A
NAME=
"AEN45
8
2"
NAME=
"AEN45
9
2"
>
6.3.6.
<ACRONYM
CLASS=
"acronym"
>
BIND
</ACRONYM
...
...
@@ -11296,7 +11324,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN46
0
6"
NAME=
"AEN46
1
6"
></A
><TABLE
CELLPADDING=
"3"
...
...
doc/arm/Bv9ARM.ch07.html
View file @
32d1434a
...
...
@@ -89,7 +89,7 @@ HREF="Bv9ARM.ch07.html#Access_Control_Lists"
></DT
><DT
>
7.2.
<A
HREF=
"Bv9ARM.ch07.html#AEN4
69
9"
HREF=
"Bv9ARM.ch07.html#AEN4
70
9"
><B
CLASS=
"command"
>
chroot
</B
...
...
@@ -197,7 +197,7 @@ CLASS="sect1"
><H1
CLASS=
"sect1"
><A
NAME=
"AEN4
69
9"
NAME=
"AEN4
70
9"
>
7.2.
<B
CLASS=
"command"
>
chroot
</B
...
...
@@ -275,7 +275,7 @@ CLASS="sect2"
><H2
CLASS=
"sect2"
><A
NAME=
"AEN47
2
2"
NAME=
"AEN47
3
2"
>
7.2.1. The
<B
CLASS=
"command"
>
chroot
</B
...
...
@@ -351,7 +351,7 @@ CLASS="sect2"
><H2
CLASS=
"sect2"
><A
NAME=
"AEN47
4
0"
NAME=
"AEN47
5
0"
>
7.2.2. Using the
<B
CLASS=
"command"
>
setuid
</B
...
...
doc/arm/Bv9ARM.ch08.html
View file @
32d1434a
...
...
@@ -81,17 +81,17 @@ CLASS="TOC"
></DT
><DT
>
8.1.
<A
HREF=
"Bv9ARM.ch08.html#AEN47
6
1"
HREF=
"Bv9ARM.ch08.html#AEN47
7
1"
>
Common Problems
</A
></DT
><DT
>
8.2.
<A
HREF=
"Bv9ARM.ch08.html#AEN47
6
6"
HREF=
"Bv9ARM.ch08.html#AEN47
7
6"
>
Incrementing and Changing the Serial Number
</A
></DT
><DT
>
8.3.
<A
HREF=
"Bv9ARM.ch08.html#AEN47
7
1"
HREF=
"Bv9ARM.ch08.html#AEN47
8
1"
>
Where Can I Get Help?
</A
></DT
></DL
...
...
@@ -101,7 +101,7 @@ CLASS="sect1"
><H1
CLASS=
"sect1"
><A
NAME=
"AEN47
6
1"
NAME=
"AEN47
7
1"
>
8.1. Common Problems
</A
></H1
><DIV
...
...
@@ -109,7 +109,7 @@ CLASS="sect2"
><H2
CLASS=
"sect2"
><A
NAME=
"AEN47
6
3"
NAME=
"AEN47
7
3"
>
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=
"AEN47
6
6"
NAME=
"AEN47
7
6"
>
8.2. Incrementing and Changing the Serial Number
</A
></H1
><P
...
...
@@ -154,7 +154,7 @@ CLASS="sect1"
><H1
CLASS=
"sect1"
><A
NAME=
"AEN47
7
1"
NAME=
"AEN47
8
1"
>
8.3. Where Can I Get Help?
</A
></H1
><P
...
...
doc/arm/Bv9ARM.ch09.html
View file @
32d1434a
...
...
@@ -74,7 +74,7 @@ CLASS="TOC"
></DT
><DT
>
A.1.
<A
HREF=
"Bv9ARM.ch09.html#AEN47
8
7"
HREF=
"Bv9ARM.ch09.html#AEN47
9
7"
>
Acknowledgments
</A
></DT
><DT
...
...
@@ -97,7 +97,7 @@ CLASS="sect1"
><H1
CLASS=
"sect1"
><A
NAME=
"AEN47
8
7"
NAME=
"AEN47
9
7"
>
A.1. Acknowledgments
</A
></H1
><DIV
...
...
@@ -105,7 +105,7 @@ CLASS="sect2"
><H2
CLASS=
"sect2"
><A
NAME=
"AEN47
8
9"
NAME=
"AEN47
9
9"
>
A.1.1. A Brief History of the
<ACRONYM
CLASS=
"acronym"
>
DNS
</ACRONYM
...
...
@@ -271,7 +271,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN48
2
5"
NAME=
"AEN48
3
5"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -410,7 +410,7 @@ CLASS="informaltable"
><P
></P
><A
NAME=
"AEN4
8
94"
NAME=
"AEN49
0
4"
></A
><TABLE
CELLPADDING=
"3"
...
...
@@ -608,19 +608,19 @@ TARGET="_top"
</P
><H3
><A
NAME=
"AEN49
6
2"
NAME=
"AEN49
7
2"
>
Bibliography
</A
></H3
><H2
CLASS=
"bibliodiv"
><A
NAME=
"AEN49
6
3"
NAME=
"AEN49
7
3"
>
Standards
</A
></H2
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN49
6
5"
NAME=
"AEN49
7
5"
></A
><P
>
[RFC974]
<SPAN
...
...
@@ -637,7 +637,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN49
7
2"
NAME=
"AEN49
8
2"
></A
><P
>
[RFC1034]
<SPAN
...
...
@@ -654,7 +654,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN49
7
9"
NAME=
"AEN49
8
9"
></A
><P
>
[RFC1035]
<SPAN
...
...
@@ -678,7 +678,7 @@ NAME="proposed_standards"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN49
8
8"
NAME=
"AEN49
9
8"
></A
><P
>
[RFC2181]
<SPAN
...
...
@@ -698,7 +698,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN
499
6"
NAME=
"AEN
500
6"
></A
><P
>
[RFC2308]
<SPAN
...
...
@@ -718,7 +718,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN50
0
4"
NAME=
"AEN50
1
4"
></A
><P
>
[RFC1995]
<SPAN
...
...
@@ -738,7 +738,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN50
1
2"
NAME=
"AEN50
2
2"
></A
><P
>
[RFC1996]
<SPAN
...
...
@@ -755,7 +755,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN50
1
9"
NAME=
"AEN50
2
9"
></A
><P
>
[RFC2136]
<SPAN
...
...
@@ -781,7 +781,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN50
3
6"
NAME=
"AEN50
4
6"
></A
><P
>
[RFC2845]
<SPAN
...
...
@@ -810,13 +810,13 @@ STYLE="margin-left: 0.5in"
><H2
CLASS=
"bibliodiv"
><A
NAME=
"AEN50
5
5"
NAME=
"AEN50
6
5"
>
Proposed Standards Still Under Development
</A
></H2
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN50
6
0"
NAME=
"AEN50
7
0"
></A
><P
>
[RFC1886]
<SPAN
...
...
@@ -839,7 +839,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN50
7
2"
NAME=
"AEN50
8
2"
></A
><P
>
[RFC2065]
<SPAN
...
...
@@ -859,7 +859,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN50
8
4"
NAME=
"AEN50
9
4"
></A
><P
>
[RFC2137]
<SPAN
...
...
@@ -876,7 +876,7 @@ STYLE="margin-left: 0.5in"
><H2
CLASS=
"bibliodiv"
><A
NAME=
"AEN50
9
2"
NAME=
"AEN5
1
02"
>
Other Important RFCs About
<ACRONYM
CLASS=
"acronym"
>
DNS
</ACRONYM
...
...
@@ -885,7 +885,7 @@ CLASS="acronym"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN50
9
5"
NAME=
"AEN5
1
05"
></A
><P
>
[RFC1535]
<SPAN
...
...
@@ -905,7 +905,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN51
0
3"
NAME=
"AEN51
1
3"
></A
><P
>
[RFC1536]
<SPAN
...
...
@@ -937,7 +937,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN51
2
4"
NAME=
"AEN51
3
4"
></A
><P
>
[RFC1982]
<SPAN
...
...
@@ -957,13 +957,13 @@ STYLE="margin-left: 0.5in"
><H2
CLASS=
"bibliodiv"
><A
NAME=
"AEN51
3
5"
NAME=
"AEN51
4
5"
>
Resource Record Types
</A
></H2
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN51
3
7"
NAME=
"AEN51
4
7"
></A
><P
>
[RFC1183]
<SPAN
...
...
@@ -992,7 +992,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN51
5
5"
NAME=
"AEN51
6
5"
></A
><P
>
[RFC1706]
<SPAN
...
...
@@ -1015,7 +1015,7 @@ STYLE="margin-left: 0.5in"
><DIV
CLASS=
"biblioentry"
><A
NAME=
"AEN51
6
7"