2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00
This commit is contained in:
Mark Andrews 2002-02-20 04:31:44 +00:00
parent a078776647
commit e1cbf95aec
8 changed files with 103 additions and 18 deletions

View File

@ -19,7 +19,7 @@
named-checkconf \- named configuration file syntax checking tool
.SH SYNOPSIS
.sp
\fBnamed-checkconf\fR [ \fB-v\fR ] [ \fB-t \fIdirectory\fB\fR ] \fBfilename\fR
\fBnamed-checkconf\fR [ \fB-v\fR ] [ \fB-t \fIdirectory\fB\fR ] \fBfilename\fR [ \fB-z\fR ]
.SH "DESCRIPTION"
.PP
\fBnamed-checkconf\fR checks the syntax, but not
@ -35,6 +35,10 @@ run by a similarly chrooted named.
Print the version of the \fBnamed-checkconf\fR
program and exit.
.TP
\fB-z\fR
Perform a check load the master zonefiles found in
\fInamed.conf\fR.
.TP
\fBfilename\fR
The name of the configuration file to be checked. If not
specified, it defaults to \fI/etc/named.conf\fR.

View File

@ -70,12 +70,15 @@ CLASS="REPLACEABLE"
>directory</I
></TT
></TT
>] {filename}</P
>] {filename} [<TT
CLASS="OPTION"
>-z</TT
>]</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN22"
NAME="AEN24"
></A
><H2
>DESCRIPTION</H2
@ -90,7 +93,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN26"
NAME="AEN28"
></A
><H2
>OPTIONS</H2
@ -128,6 +131,17 @@ CLASS="COMMAND"
</P
></DD
><DT
>-z</DT
><DD
><P
> Perform a check load the master zonefiles found in
<TT
CLASS="FILENAME"
>named.conf</TT
>.
</P
></DD
><DT
>filename</DT
><DD
><P
@ -144,7 +158,7 @@ CLASS="FILENAME"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN45"
NAME="AEN52"
></A
><H2
>RETURN VALUES</H2
@ -159,7 +173,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN49"
NAME="AEN56"
></A
><H2
>SEE ALSO</H2
@ -180,7 +194,7 @@ CLASS="CITETITLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN56"
NAME="AEN63"
></A
><H2
>AUTHOR</H2

View File

@ -19,7 +19,7 @@
named-checkzone \- zone file validity checking tool
.SH SYNOPSIS
.sp
\fBnamed-checkzone\fR [ \fB-d\fR ] [ \fB-q\fR ] [ \fB-v\fR ] [ \fB-c \fIclass\fB\fR ] \fBzonename\fR \fBfilename\fR
\fBnamed-checkzone\fR [ \fB-d\fR ] [ \fB-q\fR ] [ \fB-v\fR ] [ \fB-c \fIclass\fB\fR ] [ \fB-t \fIdirectory\fB\fR ] [ \fB-w \fIdirectory\fB\fR ] \fBzonename\fR \fBfilename\fR
.SH "DESCRIPTION"
.PP
\fBnamed-checkzone\fR checks the syntax and integrity of
@ -42,6 +42,17 @@ program and exit.
\fB-c \fIclass\fB\fR
Specify the class of the zone. If not specified "IN" is assumed.
.TP
\fB-t \fIdirectory\fB\fR
chroot to \fIdirectory\fR so that include
directives in the configuration file are processed as if
run by a similarly chrooted named.
.TP
\fB-w \fIdirectory\fB\fR
chdir to \fIdirectory\fR so that relative
filenames in master file $INCLUDE directives work. This
is similar to the directory clause in
\fInamed.conf\fR.
.TP
\fBzonename\fR
The domain name of the zone being checked.
.TP

View File

@ -76,12 +76,28 @@ CLASS="REPLACEABLE"
>class</I
></TT
></TT
>] [<TT
CLASS="OPTION"
>-t <TT
CLASS="REPLACEABLE"
><I
>directory</I
></TT
></TT
>] [<TT
CLASS="OPTION"
>-w <TT
CLASS="REPLACEABLE"
><I
>directory</I
></TT
></TT
>] {zonename} {filename}</P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN27"
NAME="AEN33"
></A
><H2
>DESCRIPTION</H2
@ -105,7 +121,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN33"
NAME="AEN39"
></A
><H2
>OPTIONS</H2
@ -152,6 +168,44 @@ CLASS="REPLACEABLE"
</P
></DD
><DT
>-t <TT
CLASS="REPLACEABLE"
><I
>directory</I
></TT
></DT
><DD
><P
> chroot to <TT
CLASS="FILENAME"
>directory</TT
> so that include
directives in the configuration file are processed as if
run by a similarly chrooted named.
</P
></DD
><DT
>-w <TT
CLASS="REPLACEABLE"
><I
>directory</I
></TT
></DT
><DD
><P
> chdir to <TT
CLASS="FILENAME"
>directory</TT
> so that relative
filenames in master file $INCLUDE directives work. This
is similar to the directory clause in
<TT
CLASS="FILENAME"
>named.conf</TT
>.
</P
></DD
><DT
>zonename</DT
><DD
><P
@ -171,7 +225,7 @@ CLASS="REPLACEABLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN62"
NAME="AEN81"
></A
><H2
>RETURN VALUES</H2
@ -186,7 +240,7 @@ CLASS="COMMAND"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN66"
NAME="AEN85"
></A
><H2
>SEE ALSO</H2
@ -211,7 +265,7 @@ CLASS="CITETITLE"
><DIV
CLASS="REFSECT1"
><A
NAME="AEN74"
NAME="AEN93"
></A
><H2
>AUTHOR</H2

View File

@ -71,8 +71,7 @@ Prints a short summary of the options and arguments to
.TP
\fB-p \fIprotocol\fB\fR
Sets the protocol value for the generated key. The protocol
is a number between 0 and 255. The default is 2 (email) for
keys of type USER and 3 (DNSSEC) for all other key types.
is a number between 0 and 255. The default is 3 (DNSSEC).
Other possible values for this argument are listed in
RFC 2535 and its successors.
.TP

View File

@ -281,8 +281,7 @@ CLASS="REPLACEABLE"
><DD
><P
> Sets the protocol value for the generated key. The protocol
is a number between 0 and 255. The default is 2 (email) for
keys of type USER and 3 (DNSSEC) for all other key types.
is a number between 0 and 255. The default is 3 (DNSSEC).
Other possible values for this argument are listed in
RFC 2535 and its successors.
</P

View File

@ -8765,7 +8765,7 @@ configured.</P
>Stub zones can also be used as a way of forcing the resolution
of a given domain to use a particular set of authoritative servers.
For example, the caching name servers on a private network using
RFC2157 addressing may be configured with stub zones for
RFC1981 addressing may be configured with stub zones for
<TT
CLASS="literal"
>10.in-addr.arpa</TT

View File

@ -98,6 +98,7 @@ options {
min-refresh-time <integer>;
sig-validity-interval <integer>;
zone-statistics <boolean>;
key-directory <quoted_string>;
};
controls {
@ -176,6 +177,7 @@ view <string> <optional_class> {
min-refresh-time <integer>;
sig-validity-interval <integer>;
zone-statistics <boolean>;
key-directory <quoted_string>;
};
server {
bogus <boolean>;
@ -242,6 +244,7 @@ view <string> <optional_class> {
min-refresh-time <integer>;
sig-validity-interval <integer>;
zone-statistics <boolean>;
key-directory <quoted_string>;
};
lwres {
@ -298,6 +301,7 @@ zone <string> <optional_class> {
min-refresh-time <integer>;
sig-validity-interval <integer>;
zone-statistics <boolean>;
key-directory <quoted_string>;
};
server {