From 2b4f6367f5be61ef7b6bcc23427e9dc71df64c92 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 26 Jul 2026 19:03:36 +0200 Subject: [PATCH] Route reserved test zone through DNSSEC fixture --- contrib/testing/smtp-dane-mta-sts-check.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/testing/smtp-dane-mta-sts-check.py b/contrib/testing/smtp-dane-mta-sts-check.py index 773baef..8cc5344 100755 --- a/contrib/testing/smtp-dane-mta-sts-check.py +++ b/contrib/testing/smtp-dane-mta-sts-check.py @@ -391,6 +391,7 @@ def write_dns_configs(directory: Path, trust_anchor: str) -> None: f' pidfile: "{directory / "unbound.pid"}"\n' f' logfile: "{directory / "unbound.log"}"\n' " use-syslog: no\n" + ' local-zone: "test." nodefault\n' f' trust-anchor-file: "{directory / "anchor"}"\n' "stub-zone:\n" f' name: "{ZONE}."\n'