mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
unbound/min-ttl-hour.conf: fix comment
This commit is contained in:
parent
87bedac239
commit
08de11b594
@ -1,9 +1,14 @@
|
||||
server:
|
||||
# Increases TTL of all queries to 3600 seconds (1 hour) if upstream has
|
||||
# a lower one. I have been using this since August 2019 without issues.
|
||||
# a lower one.
|
||||
# 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,
|
||||
# however it predates RFC 8767.
|
||||
# dares setting the minimum cache on clients to something between 40
|
||||
# minutes and 60, however it predates RFC 8767 which again only hits in
|
||||
# when the authoritative nameserver won't answer in time.
|
||||
# I wouldn't dare anything over an hour and I think my hour will work due
|
||||
# to web browsers using their own DNS over HTTPS for Encrypted
|
||||
# Client-Hello that no one has implemented for system resolver (in April
|
||||
# 2024) that I know of.
|
||||
cache-min-ttl: 3600
|
||||
|
||||
# vim: filetype=unbound.conf
|
||||
|
Loading…
Reference in New Issue
Block a user