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 named-checkconf \- named configuration file syntax checking tool
.SH SYNOPSIS .SH SYNOPSIS
.sp .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" .SH "DESCRIPTION"
.PP .PP
\fBnamed-checkconf\fR checks the syntax, but not \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 Print the version of the \fBnamed-checkconf\fR
program and exit. program and exit.
.TP .TP
\fB-z\fR
Perform a check load the master zonefiles found in
\fInamed.conf\fR.
.TP
\fBfilename\fR \fBfilename\fR
The name of the configuration file to be checked. If not The name of the configuration file to be checked. If not
specified, it defaults to \fI/etc/named.conf\fR. specified, it defaults to \fI/etc/named.conf\fR.

View File

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

View File

@ -19,7 +19,7 @@
named-checkzone \- zone file validity checking tool named-checkzone \- zone file validity checking tool
.SH SYNOPSIS .SH SYNOPSIS
.sp .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" .SH "DESCRIPTION"
.PP .PP
\fBnamed-checkzone\fR checks the syntax and integrity of \fBnamed-checkzone\fR checks the syntax and integrity of
@ -42,6 +42,17 @@ program and exit.
\fB-c \fIclass\fB\fR \fB-c \fIclass\fB\fR
Specify the class of the zone. If not specified "IN" is assumed. Specify the class of the zone. If not specified "IN" is assumed.
.TP .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 \fBzonename\fR
The domain name of the zone being checked. The domain name of the zone being checked.
.TP .TP

View File

@ -76,12 +76,28 @@ CLASS="REPLACEABLE"
>class</I >class</I
></TT ></TT
></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 >] {zonename} {filename}</P
></DIV ></DIV
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN27" NAME="AEN33"
></A ></A
><H2 ><H2
>DESCRIPTION</H2 >DESCRIPTION</H2
@ -105,7 +121,7 @@ CLASS="COMMAND"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN33" NAME="AEN39"
></A ></A
><H2 ><H2
>OPTIONS</H2 >OPTIONS</H2
@ -152,6 +168,44 @@ CLASS="REPLACEABLE"
</P </P
></DD ></DD
><DT ><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 >zonename</DT
><DD ><DD
><P ><P
@ -171,7 +225,7 @@ CLASS="REPLACEABLE"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN62" NAME="AEN81"
></A ></A
><H2 ><H2
>RETURN VALUES</H2 >RETURN VALUES</H2
@ -186,7 +240,7 @@ CLASS="COMMAND"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN66" NAME="AEN85"
></A ></A
><H2 ><H2
>SEE ALSO</H2 >SEE ALSO</H2
@ -211,7 +265,7 @@ CLASS="CITETITLE"
><DIV ><DIV
CLASS="REFSECT1" CLASS="REFSECT1"
><A ><A
NAME="AEN74" NAME="AEN93"
></A ></A
><H2 ><H2
>AUTHOR</H2 >AUTHOR</H2

View File

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

View File

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

View File

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

View File

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