Because this is a backport, the option should default to keep the
serve-stale caching enabled.
# sortlist <none>\n\
stale-answer-enable false;\n\
stale-answer-ttl 1; /* 1 second */\n\
- stale-cache-enable false;\n\
+ stale-cache-enable true;\n\
synth-from-dnssec no;\n\
# topology <none>\n\
transfer-format many-answers;\n\
listen-on-v6 { none; };
recursion yes;
dump-file "named_dump3.db";
- stale-cache-enable yes;
};
zone "." {
recursion yes;
dump-file "named_dump4.db";
stale-answer-enable no;
- stale-cache-enable yes;
};
zone "." {
log category.
``stale-cache-enable``
- If ``yes``, enable the retaining of "stale" cached answers. Default ``no``.
+ If ``yes``, enable the retaining of "stale" cached answers. Default ``yes``.
``nocookie-udp-size``
This sets the maximum size of UDP responses that are sent to queries
prevents interruption to query resolution when the hash tables need to be
increased in size. [GL #1775]
-- Keeping stale answers in cache has been disabled by default.
-
- The resource records received with 0 TTL are no longer kept in the cache
to be used for stale answers. [GL #1829]