mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-01 23:34:03 +01:00
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:
parent
652c11391f
commit
2aa221b77f
@ -16,7 +16,7 @@ server:
|
|||||||
# https://blog.apnic.net/2019/11/12/stop-using-ridiculously-low-dns-ttls/
|
# 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,
|
# dares setting the minimum cache to something between 40 minute and 60,
|
||||||
# so how about 50 minutes? However it predates RFC 8767.
|
# 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
|
# Update cache for popular items before they expire. ~10 % traffic
|
||||||
# increase according to `man unbound.conf`
|
# increase according to `man unbound.conf`
|
||||||
prefetch: yes
|
prefetch: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user