Use trust anchors with 'dnssec-validation yes' in system tests

Explicitly use an empty 'trust-anchors' statement in the system
tests where it was used implicitly before.

In resolver/ns5/named.conf.in use the trust anchor in 'trusted.conf',
which was supposed to be used there.
This commit is contained in:
Aram Sargsyan
2023-12-14 13:14:44 +00:00
parent fdb7e4e3f5
commit d28fd93a58
107 changed files with 214 additions and 4 deletions

View File

@@ -35,6 +35,8 @@ options {
dnssec-validation yes;
};
trust-anchors { };
zone "database" {
type primary;
database "_builtin empty localhost. hostmaster.isc.org.";

View File

@@ -35,6 +35,8 @@ options {
dnssec-validation yes;
};
trust-anchors { };
zone "database" {
type primary;
database "_builtin empty localhost. marka.isc.org.";