Add dnssec-validation setting per new BIND9 defaults.
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 20 Nov 2025 23:21:55 +0000 (16:21 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 20 Nov 2025 23:21:55 +0000 (16:21 -0700)
Without this, testing failed because it could not resolve names in
secure domains.

README.org
roles_t/core/tasks/main.yml

index cc4ce363103b1b092392a8f0e2170f7ba9251f5c..d053a47fc20f4a5360b28ced5a89c46d15c3e0e1 100644 (file)
@@ -2695,6 +2695,8 @@ options {
        allow-recursion { trusted; };
        allow-query-cache { trusted; };
 
+       dnssec-validation yes;
+
        listen-on {
                {{ core_addr }};
                localhost;
index 65fb66e5c86c4f1adc6ffadd6d5c62b9f4e217d4..93c466deb5077a95ce773d485033a37c0196b514 100644 (file)
        allow-recursion { trusted; };
        allow-query-cache { trusted; };
       
+       dnssec-validation yes;
+      
        listen-on {
                {{ core_addr }};
                localhost;