mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Turn off dnssec-validation in nsec&tsig system tests
This is a followup for !8063, which backported !7999. The configuration file layout for these files have changed (main branch has named-fips.conf), which is probably why these bits were missed during a backport.
This commit is contained in:
parent
ec3a47fc68
commit
d2c5a11ae8
3 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ options {
|
|||
listen-on-v6 { none; };
|
||||
allow-transfer { any; };
|
||||
recursion no;
|
||||
dnssec-validation no;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
|
|
@ -46,6 +46,7 @@ options {
|
|||
listen-on-v6 { none; };
|
||||
allow-transfer { any; };
|
||||
recursion no;
|
||||
dnssec-validation no;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ options {
|
|||
listen-on { 10.53.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
recursion yes;
|
||||
dnssec-validation no;
|
||||
notify no;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue