mirror of
https://github.com/Luzifer/dns.git
synced 2024-12-22 19:01:20 +00:00
Do not blacklist master for 600s
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f295a5d7c4
commit
d7d2c318a0
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ options {
|
||||||
|
|
||||||
allow-recursion { none; };
|
allow-recursion { none; };
|
||||||
recursion no;
|
recursion no;
|
||||||
|
|
||||||
|
lame-ttl 60;
|
||||||
};
|
};
|
||||||
{% for zone in zones %}
|
{% for zone in zones %}
|
||||||
zone "{{ zone }}" IN {
|
zone "{{ zone }}" IN {
|
||||||
|
|
Loading…
Reference in a new issue