diff --git a/bin/check/named-checkconf.8 b/bin/check/named-checkconf.8 index 40aff3553a..01d6c276cc 100644 --- a/bin/check/named-checkconf.8 +++ b/bin/check/named-checkconf.8 @@ -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 [ \fB-z\fR ] +\fBnamed-checkconf\fR [ \fB-v\fR ] [ \fB-j\fR ] [ \fB-t \fIdirectory\fB\fR ] \fBfilename\fR [ \fB-z\fR ] .SH "DESCRIPTION" .PP \fBnamed-checkconf\fR checks the syntax, but not @@ -39,6 +39,9 @@ program and exit. Perform a check load the master zonefiles found in \fInamed.conf\fR. .TP +\fB-j\fR +When loading a zonefile read the journal if it exists. +.TP \fBfilename\fR The name of the configuration file to be checked. If not specified, it defaults to \fI/etc/named.conf\fR. diff --git a/bin/check/named-checkconf.html b/bin/check/named-checkconf.html index 3c912f9ef8..32dfbd710d 100644 --- a/bin/check/named-checkconf.html +++ b/bin/check/named-checkconf.html @@ -20,7 +20,7 @@ >named-checkconf
-v] [-j] [-tWhen loading a zonefile read the journal if it exists. +
When loading the zone file read the journal if it exists. +
Specify whether NS records should be checked to see if they + are addresses. Possible modes are "fail", + "warn" (default) and + "ignore". +
The default query class (IN for internet) is overridden by the 11.12.13.10.in-addr.arpa and sets the query type and class to PTR and IN respectively. By default, IPv6 addresses are -looked up using the IP6.ARPA domain and binary labels as defined in -RFC2874. To use the older RFC1886 method using the IP6.INT domain and -"nibble" labels, specify the -n (nibble) option.
-i option. Bit string labels (RFC2874) +are now experimental and are not attempted.To sign the DNS queries sent by This option does nothing. It is provided for compatibilty with old
+>This option does nothing. It is provided for compatibility with old
versions of dig Display [do not display] the CLASS when printing the record. Display [do not display] the TTL when printing the record. Requests DNSSEC records be sent by setting the DNSSEC OK bit (DO)
-in the the OPT record in the additional section of the query.
Set the specified flag in the flag field of the key record. + The only recognized flag is KSK (Key Signing Key). +
Treat specified key as a key signing key ignoring any + key flags. This option may be specified multiple times. +
Generate DS records for child zones from keyset files. + Existing DS records will be removed. +
Specify the date and time when the generated SIG records +> Specify the date and time when the generated RRSIG records become valid. This can be either an absolute or relative time. An absolute start time is indicated by a number in YYYYMMDDHHMMSS notation; 20000530144500 denotes @@ -249,7 +284,7 @@ CLASS="REPLACEABLE" CLASS="OPTION" >start-time
Specify the date and time when the generated SIG records +> Specify the date and time when the generated RRSIG records expire. As with start-time, an absolute time is indicated in YYYYMMDDHHMMSS notation. A time relative to the start time is indicated with +N, which is N seconds from - the start time. A time realtive to the current time is + the start time. A time relative to the current time is indicated with now+N. If no end-timeinterval option specifies the cycle interval as an offset from the current - time (in seconds). If a SIG record expires after the + time (in seconds). If a RRSIG record expires after the cycle interval, it is retained. Otherwise, it is considered to be expiring soon, and it will be replaced.
dnssec-signzone generates signatures that are valid for 30 days, with a cycle - interval of 7.5 days. Therefore, if any existing SIG records + interval of 7.5 days. Therefore, if any existing RRSIG records are due to expire in less than 7.5 days, they would be replaced.Ignore KSK flag on key when determining what to sign. +
Use IPv4 only even if the host machine is capable of IPv6. + -4 and -6 are mutually + exclusive. +
Use IPv6 only even if the host machine is capable of IPv4. + -4 and -6 are mutually + exclusive. +
The -t option sets the maximum time a update request can +take before it is aborted. The default is 300 seconds. Zero can be used +to disable the timeout.
The -u option sets the UDP retry interval. The default is +3 seconds. If zero the interval will be computed from the timeout interval +and number of UDP retries.
The -r option sets the number of UDP retries. The default is +3. If zero only one update request will be made.
Specifies a source of random data for generating the - authoriazation. If the operating + authorization. If the operating system does not provide a /dev/randomIntroduction