unbound/cache: serve-expired: yes

I am unsure on whether this actually affects anything without setting the other expired options too
This commit is contained in:
Aminda Suomalainen 2024-04-07 19:44:10 +03:00
parent b03218c78b
commit 4a08068634
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ server:
prefetch: yes
# Fetch keys when DS is encountered, lower latency for a bit higher CPU use
prefetch-key: yes
# Allow expired results to be served if they are in cache. The cache will
# get updated the next time.
serve-expired: yes