update..
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user