mirror of
https://github.com/Luzifer/dns.git
synced 2024-12-22 19:01:20 +00:00
Disable querylog for spam reasons
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
38f960df77
commit
3e69f4e48d
2 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@ options {
|
|||
|
||||
allow-recursion { none; };
|
||||
recursion no;
|
||||
querylog yes;
|
||||
};
|
||||
{% for zone in zones %}
|
||||
zone "{{ zone }}" IN {
|
||||
|
|
|
@ -30,5 +30,4 @@ options {
|
|||
|
||||
allow-recursion { none; };
|
||||
recursion no;
|
||||
querylog yes;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue