mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[master] turn off servfail cache in masterformat test
This commit is contained in:
parent
34cb27055a
commit
ca0ee90361
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ options {
|
|||
notify no;
|
||||
dnssec-enable yes;
|
||||
session-keyfile "session.key";
|
||||
servfail-ttl 0;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ options {
|
|||
recursion no;
|
||||
notify no;
|
||||
dnssec-enable yes;
|
||||
servfail-ttl 0;
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue