unbound/cache: take the cache-min-ttl: 3000 challenge

It will not affect web browsers which are using DoH for ECH eliminating most of breakage and I am just curious on will anything outside of web browser suffer that.
This commit is contained in:
Aminda Suomalainen 2024-04-27 18:35:22 +03:00
parent 652c11391f
commit 2aa221b77f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ server:
# https://blog.apnic.net/2019/11/12/stop-using-ridiculously-low-dns-ttls/
# dares setting the minimum cache to something between 40 minute and 60,
# so how about 50 minutes? However it predates RFC 8767.
#cache-min-ttl: 3000
cache-min-ttl: 3000
# Update cache for popular items before they expire. ~10 % traffic
# increase according to `man unbound.conf`
prefetch: yes