diff --git a/bin/dig/nslookup.html b/bin/dig/nslookup.html index dae25d521c..5f78be532d 100644 --- a/bin/dig/nslookup.html +++ b/bin/dig/nslookup.html @@ -12,7 +12,7 @@
nslookup — query Internet name servers interactively
diff --git a/bin/python/dnssec-keymgr.8 b/bin/python/dnssec-keymgr.8 index a08ab9c3c8..971677ac7c 100644 --- a/bin/python/dnssec-keymgr.8 +++ b/bin/python/dnssec-keymgr.8 @@ -49,7 +49,7 @@ and \fBdnssec\-settime\fR\&. .PP DNSSEC policy can be read from a configuration file (default -/etc/dnssec\&.policy), from which the key parameters, publication and rollover schedule, and desired coverage duration for any given zone can be determined\&. This file may be used to define individual DNSSEC policies on a per\-zone basis, or to set a default policy used for all zones\&. +/etc/dnssec\-policy\&.conf), from which the key parameters, publication and rollover schedule, and desired coverage duration for any given zone can be determined\&. This file may be used to define individual DNSSEC policies on a per\-zone basis, or to set a default policy used for all zones\&. .PP When \fBdnssec\-keymgr\fR @@ -79,7 +79,7 @@ If \fB\-c\fR is specified, then the DNSSEC policy is read from \fBfile\fR\&. (If not specified, then the policy is read from -/etc/policy\&.conf; if that file doesn\*(Aqt exist, a built\-in global default policy is used\&.) +/etc/dnssec\-policy\&.conf; if that file doesn\*(Aqt exist, a built\-in global default policy is used\&.) .RE .PP \-f @@ -157,7 +157,7 @@ option\&. .SH "POLICY CONFIGURATION" .PP The -policy\&.conf +dnssec\-policy\&.conf file can specify three kinds of policies: .sp .RS 4 diff --git a/bin/python/dnssec-keymgr.html b/bin/python/dnssec-keymgr.html index 3480c43a7d..588d42074b 100644 --- a/bin/python/dnssec-keymgr.html +++ b/bin/python/dnssec-keymgr.html @@ -32,7 +32,7 @@
DNSSEC policy can be read from a configuration file (default
- /etc/dnssec.policy), from which the key
+ /etc/dnssec-policy.conf), from which the key
parameters, publication and rollover schedule, and desired
coverage duration for any given zone can be determined. This
file may be used to define individual DNSSEC policies on a
@@ -79,7 +79,7 @@
If -c is specified, then the DNSSEC
policy is read from file. (If not
specified, then the policy is read from
- /etc/policy.conf; if that file
+ /etc/dnssec-policy.conf; if that file
doesn't exist, a built-in global default policy is used.)
- The policy.conf file can specify three kinds
+ The dnssec-policy.conf file can specify three kinds
of policies:
- New quotas have been added to limit the queries that are - sent by recursive resolvers to authoritative servers - experiencing denial-of-service attacks. When configured, - these options can both reduce the harm done to authoritative + Fetch quotas are now compiled in by default: they + no longer require BIND to be configured with + --enable-fetchlimit, as was the case + when the feature was introduced in BIND 9.10.3. +
++ These quotas limit the queries that are sent by recursive + resolvers to authoritative servers experiencing denial-of-service + attacks. They can both reduce the harm done to authoritative servers and also avoid the resource exhaustion that can be experienced by recursive servers when they are being used as a vehicle for such an attack. @@ -530,7 +534,7 @@ recursive lookup returns NXDOMAIN, a second lookup is initiated with the specified name appended to the query name. This allows NXDOMAIN redirection data to be supplied - by multiple zones configured on the server or by recursive + by multiple zones configured on the server, or by recursive queries to other servers. (The older method, using a single type redirect zone, has better average performance but is less flexible.) [RT #37989] @@ -706,12 +710,6 @@ that was returned by the server in its initial response. [RT #39047]
- A alternative NXDOMAIN redirect method (nxdomain-redirect) - which allows the redirect information to be looked up from - a namespace on the Internet rather than requiring a zone - to be configured on the server is now available. -
Retrieving the local port range from net.ipv4.ip_local_port_range on Linux is now supported. @@ -735,7 +733,7 @@
The default preferred glue is now the address type of the - transport the query was received over. + transport the query was received over.
On machines with 2 or more processors (CPU), the default value
@@ -764,17 +762,26 @@
section; no-auth-recursive
does the same but only when answering recursive queries.
+ At server startup time, the queues for processing + notify and zone refresh queries are now processed in + LIFO rather than FIFO order, to speed up + loading of newly added zones. [RT #42825] +
+ When answering queries of type MX or SRV, TLSA records for + the target name are now included in the additional section + to speed up DANE processing. [RT #42894] +
+ named can now use the TCP Fast Open + mechanism on the server side, if supported by the + local operating system. [RT #42866] +
diff --git a/doc/arm/Bv9ARM.ch13.html b/doc/arm/Bv9ARM.ch13.html index 3e1e2f658f..26140c160c 100644 --- a/doc/arm/Bv9ARM.ch13.html +++ b/doc/arm/Bv9ARM.ch13.html @@ -51,6 +51,9 @@ delv — DNS lookup and validation utility
arpaname {ipaddress ...}
arpaname translates IP addresses (IPv4 and IPv6) to the corresponding IN-ADDR.ARPA or IP6.ARPA names.
BIND 9 Administrator Reference Manual.
diff --git a/doc/arm/man.ddns-confgen.html b/doc/arm/man.ddns-confgen.html index c879c2c852..8bb5c1c49e 100644 --- a/doc/arm/man.ddns-confgen.html +++ b/doc/arm/man.ddns-confgen.html @@ -41,7 +41,7 @@ddns-confgen [-a ] [algorithm-h] [-k ] [keyname-q] [-r ] [ -s randomfilename | -z zone ]
tsig-keygen and ddns-confgen are invocation methods for a utility that generates keys for use @@ -77,7 +77,7 @@
nsupdate(1), named.conf(5), named(8), diff --git a/doc/arm/man.delv.html b/doc/arm/man.delv.html index b7d28a1bbd..97278c668b 100644 --- a/doc/arm/man.delv.html +++ b/doc/arm/man.delv.html @@ -13,7 +13,7 @@ - +
diff --git a/doc/arm/man.dnssec-checkds.html b/doc/arm/man.dnssec-checkds.html index 4e56b8ecb4..2e28902649 100644 --- a/doc/arm/man.dnssec-checkds.html +++ b/doc/arm/man.dnssec-checkds.html @@ -12,7 +12,7 @@ - + @@ -21,7 +21,7 @@dnssec-dsfromkey [-l ] [domain-f ] [file-d ] [dig path-D ] {zone}dsfromkey path
dnssec-checkds verifies the correctness of Delegation Signer (DS) or DNSSEC Lookaside Validation (DLV) resource records for keys in a specified @@ -49,7 +49,7 @@
dnssec-dsfromkey(8), dnssec-keygen(8), dnssec-signzone(8), @@ -90,13 +90,13 @@
| -Prev | +PrevUp | Next | |
| delv | +nslookup | Home | dnssec-coverage | diff --git a/doc/arm/man.dnssec-coverage.html b/doc/arm/man.dnssec-coverage.html index 72e53c4757..a0cc544ff4 100644 --- a/doc/arm/man.dnssec-coverage.html +++ b/doc/arm/man.dnssec-coverage.html @@ -40,7 +40,7 @@
dnssec-keygen [-a ] [algorithm-b ] [keysize-n ] [nametype-3] [-A ] [date/offset-C] [-c ] [class-D ] [date/offset-D sync ] [date/offset-E ] [engine-f ] [flag-G] [-g ] [generator-h] [-I ] [date/offset-i ] [interval-K ] [directory-k] [-L ] [ttl-P ] [date/offset-P sync ] [date/offset-p ] [protocol-q] [-R ] [date/offset-r ] [randomdev-S ] [key-s ] [strength-t ] [type-V] [-v ] [level-z] {name}
dnssec-keygen generates keys for DNSSEC (Secure DNS), as defined in RFC 2535 and RFC 4034. It can also generate keys for use with @@ -54,7 +54,7 @@
Dates can be expressed in the format YYYYMMDD or YYYYMMDDHHMMSS. If the argument begins with a '+' or '-', it is interpreted as @@ -361,7 +361,7 @@
dnssec-keymgr [-K ] [directory-c ] [file-f] [-k] [-q] [-v] [-z] [-g ] [path-r ] [path-s ] [zone...]path
dnssec-keymgr is a high level Python wrapper to facilitate the key rollover process for zones handled by @@ -50,7 +50,7 @@
DNSSEC policy can be read from a configuration file (default
- /etc/dnssec.policy), from which the key
+ /etc/dnssec-policy.conf), from which the key
parameters, publication and rollover schedule, and desired
coverage duration for any given zone can be determined. This
file may be used to define individual DNSSEC policies on a
@@ -90,14 +90,14 @@
file
If -c is specified, then the DNSSEC
policy is read from file. (If not
specified, then the policy is read from
- /etc/policy.conf; if that file
+ /etc/dnssec-policy.conf; if that file
doesn't exist, a built-in global default policy is used.)
- The policy.conf file can specify three kinds
+ The dnssec-policy.conf file can specify three kinds
of policies:
Enable scheduling of KSK rollovers using the -P sync
@@ -280,7 +280,7 @@
BIND 9.11.0a3
+BIND 9.11.0rc1