From f051d76c87e055c6ea3879e0c97a76609df915cc Mon Sep 17 00:00:00 2001
From: Mark Andrews quoted_string
; ... } ];
disable-algorithms string
{ string
; ... };
dnssec-enable boolean
;
+ dnssec-validation boolean
;
dnssec-lookaside string
trust-anchor string
;
dnssec-must-be-secure string
boolean
;
dnssec-accept-expired boolean
;
@@ -311,7 +312,7 @@ options
view string
optional_class
{
match-clients { address_match_element
; ... };
@@ -381,6 +382,7 @@ view
root-delegation-only [ exclude { quoted_string
; ... } ];
disable-algorithms string
{ string
; ... };
dnssec-enable boolean
;
+ dnssec-validation boolean
;
dnssec-lookaside string
trust-anchor string
;
dnssec-must-be-secure string
boolean
;
dnssec-accept-expired boolean
;
@@ -449,7 +451,7 @@ view
zone string
optional_class
{
type ( master | slave | stub | hint |
@@ -533,12 +535,12 @@ zone
named(8), rndc(8), BIND 9 Administrator Reference Manual. diff --git a/bin/named/named.html b/bin/named/named.html index 0f4550c5a7..fcad28c847 100644 --- a/bin/named/named.html +++ b/bin/named/named.html @@ -1,5 +1,5 @@ - +
@@ -32,7 +32,7 @@named
[-4
] [-6
] [-c
] [config-file
-d
] [debug-level
-f
] [-g
] [-n
] [#cpus
-p
] [port
-s
] [-t
] [directory
-u
] [user
-v
] [-x
]cache-file
named is a Domain Name System (DNS) server, part of the BIND 9 distribution from ISC. For more @@ -47,7 +47,7 @@
In routine operation, signals should not be used to control the nameserver; rndc should be used @@ -201,7 +201,7 @@
The named configuration file is too complex to describe in detail here. A complete description is provided @@ -210,7 +210,7 @@
RFC 1033, RFC 1034, RFC 1035, rndc(8), lwresd(8), + named.conf(5), BIND 9 Administrator Reference Manual.
yes_or_no
; ]
[ maintain-ixfr-base yes_or_no
; ]
[ dnssec-enable yes_or_no
; ]
+ [ dnssec-validation yes_or_no
; ]
[ dnssec-lookaside domain
trust-anchor domain
; ]
[ dnssec-must-be-secure domain yes_or_no
; ]
[ dnssec-accept-expired yes_or_no
; ]
@@ -2641,6 +2642,13 @@ options {
Enable DNSSEC support in named. Unless set to yes
named behaves as if it does not support DNSSEC.
+ The default is yes
.
+
+ Enable DNSSEC validation in named.
+ Note dnssec-enable also needs to be
+ set to yes
to be effective.
The default is no
.
The forwarding facility can be used to create a large site-wide cache on a few servers, reducing traffic over links to external @@ -2799,7 +2807,7 @@ options {
Dual-stack servers are used as servers of last resort to work around @@ -2959,7 +2967,7 @@ options {
The interfaces and ports that the server will answer queries from may be specified using the listen-on option. listen-on takes @@ -3039,7 +3047,7 @@ listen-on-v6 port 1234 { !2001:db8::/32; any; };
If the server doesn't know the answer to a question, it will query other name servers. query-source specifies @@ -3319,7 +3327,7 @@ query-source-v6 address * port *;
avoid-v4-udp-ports and avoid-v6-udp-ports specify a list of IPv4 and IPv6 UDP ports that will not be used as system @@ -3333,7 +3341,7 @@ query-source-v6 address * port *;
The server's usage of many system resources can be limited. Scaled values are allowed when specifying resource limits. For @@ -3393,7 +3401,7 @@ query-source-v6 address * port *;
The following options set limits on the server's resource consumption that are enforced internally by the @@ -3471,7 +3479,7 @@ query-source-v6 address * port *;
@@ -4506,7 +4514,7 @@ query-source-v6 address * port *;
trusted-keys {string
number
number
number
string
; [string
number
number
number
string
; [...]] @@ -4515,7 +4523,7 @@ query-source-v6 address * port *;The trusted-keys statement defines @@ -4558,7 +4566,7 @@ query-source-v6 address * port *;
The view statement is a powerful feature @@ -4809,10 +4817,10 @@ zone
zone_name
[