This commit is contained in:
2025-06-06 10:31:05 +02:00
parent 7ca6f6a2ab
commit 86a1d988c7
9 changed files with 205 additions and 91 deletions

View File

@ -52,6 +52,14 @@ options {
any;
};
allow-query {
127.0.0.1;
::1 ;
{% for acl in acl_caching_nameserver %}
{{ acl.name }};
{% endfor %}
};
allow-recursion {
127.0.0.1;
::1 ;
@ -69,6 +77,11 @@ options {
::1;
};
allow-query {
127.0.0.1;
::1;
};
allow-recursion {
127.0.0.1;
::1;