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:
Tom Krizek 2024-01-08 18:13:47 +01:00
parent ec3a47fc68
commit d2c5a11ae8
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7
3 changed files with 3 additions and 0 deletions

View file

@ -46,6 +46,7 @@ options {
listen-on-v6 { none; };
allow-transfer { any; };
recursion no;
dnssec-validation no;
};
key rndc_key {

View file

@ -46,6 +46,7 @@ options {
listen-on-v6 { none; };
allow-transfer { any; };
recursion no;
dnssec-validation no;
};
key rndc_key {

View file

@ -20,6 +20,7 @@ options {
listen-on { 10.53.0.1; };
listen-on-v6 { none; };
recursion yes;
dnssec-validation no;
notify no;
};