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:
parent
38f960df77
commit
3e69f4e48d
2 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -30,5 +30,4 @@ options {
|
||||||
|
|
||||||
allow-recursion { none; };
|
allow-recursion { none; };
|
||||||
recursion no;
|
recursion no;
|
||||||
querylog yes;
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue