mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
3943. [func] SERVFAIL responses can now be cached for a limited time (configured by "servfail-ttl", default 10 seconds, limit 30). This can reduce the frequency of retries when an authoritative server is known to be failing, e.g., due to ongoing DNSSEC validation problems. [RT #21347]
11 lines
420 B
Text
11 lines
420 B
Text
Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
|
|
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
|
|
|
|
The test setup for the SERVFAIL ncache tests has a secure root.
|
|
|
|
ns1 is the root server.
|
|
|
|
ns2 is an authoritative server for the various test domains.
|
|
|
|
ns5 is a caching-only server, configured with the an incorrect trusted
|
|
key for the root. It is used for testing failure cases.
|