[bind] separate cache and server
parent
38273d9f02
commit
6555d1bb75
|
@ -10,4 +10,6 @@
|
||||||
|
|
||||||
include "/etc/bind/named.conf.options";
|
include "/etc/bind/named.conf.options";
|
||||||
include "/etc/bind/named.conf.local";
|
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";
|
||||||
|
|
Loading…
Reference in New Issue