1
0
Fork 0
mirror of https://github.com/Luzifer/dns.git synced 2024-11-09 14:40:05 +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; }; allow-recursion { none; };
recursion no; recursion no;
querylog yes;
}; };
{% for zone in zones %} {% for zone in zones %}
zone "{{ zone }}" IN { zone "{{ zone }}" IN {

View file

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