From 083a5588a3488b6335ee7bafa505d00644c7c58d Mon Sep 17 00:00:00 2001
From: Mark Andrews address_match_element
; ... };
allow-update { address_match_element
; ... };
allow-update-forwarding { address_match_element
; ... };
+ update-check-ksk boolean
;
notify notifytype
;
notify-source ( ipv4_address
| * ) [ port ( integer
| * ) ];
@@ -310,7 +311,7 @@ options
view string
optional_class
{
match-clients { address_match_element
; ... };
@@ -397,6 +398,7 @@ view
allow-transfer { address_match_element
; ... };
allow-update { address_match_element
; ... };
allow-update-forwarding { address_match_element
; ... };
+ update-check-ksk boolean
;
notify notifytype
;
notify-source ( ipv4_address
| * ) [ port ( integer
| * ) ];
@@ -447,7 +449,7 @@ view
zone string
optional_class
{
type ( master | slave | stub | hint |
@@ -481,6 +483,7 @@ zone
( name | subdomain | wildcard | self ) string
rrtypelist
; ...
};
+ update-check-ksk boolean
;
notify notifytype
;
notify-source ( ipv4_address
| * ) [ port ( integer
| * ) ];
@@ -530,12 +533,12 @@ zone
named(8), rndc(8), BIND 9 Administrator Reference Manual. diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index 0e95897b36..4636d40bb6 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -14,7 +14,7 @@ - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR - PERFORMANCE OF THIS SOFTWARE. --> - +
@@ -77,23 +77,23 @@address_match_list
}; ]
[ allow-update { address_match_list
}; ]
[ allow-update-forwarding { address_match_list
}; ]
+ [ update-check-ksk yes_or_no
; ]
[ allow-v6-synthesis { address_match_list
}; ]
[ blackhole { address_match_list
}; ]
[ avoid-v4-udp-ports { port_list
}; ]
@@ -2740,11 +2741,20 @@ options {
When caching a negative response to a SOA query
set the TTL to zero. Default no.
++ When regenerating the RRSIGs following a UPDATE + request to a secure zone, check the KSK flag on + the DNSKEY RR to determine if this key should be + used to generate the RRSIG. This flag is ignored + if there are not DNSKEY RRs both with and without + a KSK. Default yes. +
The forwarding facility can be used to create a large site-wide cache on a few servers, reducing traffic over links to external @@ -2788,7 +2798,7 @@ options {
Dual-stack servers are used as servers of last resort to work around @@ -2953,7 +2963,7 @@ options {
The interfaces and ports that the server will answer queries from may be specified using the listen-on option. listen-on takes @@ -3033,7 +3043,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 @@ -3313,7 +3323,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 @@ -3327,7 +3337,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 @@ -3387,7 +3397,7 @@ query-source-v6 address * port *;
The following options set limits on the server's resource consumption that are enforced internally by the @@ -3465,7 +3475,7 @@ query-source-v6 address * port *;
@@ -4500,7 +4510,7 @@ query-source-v6 address * port *;
trusted-keys {string
number
number
number
string
; [string
number
number
number
string
; [...]] @@ -4509,7 +4519,7 @@ query-source-v6 address * port *;The trusted-keys statement defines @@ -4552,7 +4562,7 @@ query-source-v6 address * port *;
The view statement is a powerful feature @@ -4716,6 +4726,7 @@ zone
zone_name
[ allow-query {address_match_list
}; ] [ allow-transfer {address_match_list
}; ] [ allow-update-forwarding {address_match_list
}; ] + [ update-check-kskyes_or_no
; ] [ also-notify {ip_addr
[portip_port
] ; [ip_addr
[portip_port
] ; ... ] }; ] [ check-names (warn
|fail
|ignore
) ; ] [ dialupdialup_option
; ] @@ -4802,10 +4813,10 @@ zonezone_name
[