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

@@ -54,6 +54,8 @@ options {
tcp-initial-timeout 1200;
};
trust-anchors { };
zone "example0" {
type primary;
file "example.db";

View File

@@ -49,6 +49,8 @@ options {
tcp-initial-timeout 1200;
};
trust-anchors { };
zone "example" {
type primary;
file "example.db";