Replies: 2 comments
|
This is expected in 5.4.2; it does not mean that
There is no equivalent References: 5.4.2 pruning loop, record-cache settings. |
|
To give a bit of background information in addition to the post above: the record cache is needed to fully resolve names, as often intermediate targets need to be resolved, for example root hints, name servers name to IP mappings or intermediate CNAME chain results. These intermediate results are stored into the record cache, so they can be used during the resolving process. The final result is cached as well. If you are using rec as a pure forwarder (as the posted config shows, rec wil still cache results to avoid hammering the forwarding targets too much. If you do not want this (but explain why not?), maybe dnsdist is a better tool to achieve what you want. |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I installed recursor 5.4.2. I use it in cooperation with PDNS Authoritative Server. I set the configuration to completely disable caches at Resolver.
But I still see, that records are beeing cached.
My recursor version is 5.4.2:
Is there a way how to prevent recursor to cache any record, or is it a bug?
Thank you.
All reactions