From 2aa221b77f758498d9579db4165e7f70da51f0ec Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 27 Apr 2024 18:35:22 +0300 Subject: [PATCH] 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. --- etc/unbound/unbound.conf.d/cache.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/unbound/unbound.conf.d/cache.conf b/etc/unbound/unbound.conf.d/cache.conf index 3860f1cd..c8d368e7 100644 --- a/etc/unbound/unbound.conf.d/cache.conf +++ b/etc/unbound/unbound.conf.d/cache.conf @@ -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