1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-19 15:23:03 +00:00

Disable querylog for spam reasons

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-01-12 17:39:43 +01:00
parent 38f960df77
commit 3e69f4e48d
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ options {
allow-recursion { none; };
recursion no;
querylog yes;
};
{% for zone in zones %}
zone "{{ zone }}" IN {

View File

@ -30,5 +30,4 @@ options {
allow-recursion { none; };
recursion no;
querylog yes;
};