How should I force-enable BIND's persistent cache, or Unbound's persistent cache
Posted
by
Jacob Rabinsun
on Server Fault
See other posts from Server Fault
or by Jacob Rabinsun
Published on 2013-10-18T15:09:45Z
Indexed on
2013/10/18
15:56 UTC
Read the original article
Hit count: 715
I am trying to run a local DNS server on my home computer so that I can both increase DNS lookups speed and reduce bandwidth use, so that both my laptop and my PC can do lookups faster. I have got BIND 9 running very smoothly, there is only one simple problem, and that being the fact that BIND is not a persistent DNS cache, and if I restart its service, the whole cash would be wiped out. So, is there a way that I could make BIND9 keep its cache after system restart?
Also, which one is better Unbound or BIND? Which one would you suggest? Does Unbound DNS have a persistent cache or can it be enabled?
© Server Fault or respective owner