2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

[master] turn off servfail cache in masterformat test

This commit is contained in:
Evan Hunt
2014-10-09 09:30:46 -07:00
parent 34cb27055a
commit ca0ee90361
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ options {
notify no; notify no;
dnssec-enable yes; dnssec-enable yes;
session-keyfile "session.key"; session-keyfile "session.key";
servfail-ttl 0;
}; };
key rndc_key { key rndc_key {

View File

@@ -26,6 +26,7 @@ options {
recursion no; recursion no;
notify no; notify no;
dnssec-enable yes; dnssec-enable yes;
servfail-ttl 0;
}; };
zone "example" { zone "example" {