From 6555d1bb75d833499d10b4076a16076e7bb4a4de Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 26 Apr 2020 21:40:50 +0200 Subject: [PATCH] [bind] separate cache and server --- roles/bind-authoritative/templates/bind/named.conf.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/bind-authoritative/templates/bind/named.conf.j2 b/roles/bind-authoritative/templates/bind/named.conf.j2 index c6bfaee4..cd188c80 100644 --- a/roles/bind-authoritative/templates/bind/named.conf.j2 +++ b/roles/bind-authoritative/templates/bind/named.conf.j2 @@ -10,4 +10,6 @@ include "/etc/bind/named.conf.options"; include "/etc/bind/named.conf.local"; -include "/etc/bind/named.conf.default-zones"; +// Disable DNS cache to do only DNS server +// See https://cr.yp.to/djbdns/separation.html +//include "/etc/bind/named.conf.default-zones";