common/net/dns/unbound: enable DNS prefetch

This commit is contained in:
2024-12-04 09:24:25 +00:00
parent 716aa4be33
commit 253a9ecc7e

View File

@@ -71,7 +71,7 @@
# services.unbound.settings.server.so-sndbuf = "1m";
#
# `prefetch`: prefetch RRs which are about to expire from the cache, to keep them primed.
# services.unbound.settings.server.prefetch = true;
services.unbound.settings.server.prefetch = true;
# if a resolution fails, or takes excessively long, reply with expired cache entries
# see: <https://unbound.docs.nlnetlabs.nl/en/latest/topics/core/serve-stale.html#rfc-8767>