unbound/min-ttl-hour.conf: fix comment

This commit is contained in:
Aminda Suomalainen 2024-04-30 06:52:46 +03:00
parent 87bedac239
commit 08de11b594
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 8 additions and 3 deletions

View File

@ -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