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:
@@ -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 {
|
||||||
|
@@ -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" {
|
||||||
|
Reference in New Issue
Block a user