1
0
Fork 0
mirror of https://github.com/Luzifer/dns.git synced 2024-11-09 14:40:05 +00:00

Do not blacklist master for 600s

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-09-12 13:13:35 +02:00
parent f295a5d7c4
commit d7d2c318a0
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -36,6 +36,8 @@ options {
allow-recursion { none; };
recursion no;
lame-ttl 60;
};
{% for zone in zones %}
zone "{{ zone }}" IN {