2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +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;
dnssec-enable yes;
session-keyfile "session.key";
servfail-ttl 0;
};
key rndc_key {

View File

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