From 437b69bd6ed964bf1c3219be2d56ff089b7e034d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 30 Apr 2024 17:17:46 +0300 Subject: [PATCH] unbound: apparently rename min-ttl.conf.sample to min-ttl-five-min.conf --- .../{min-ttl.conf.sample => min-ttl-five-min.conf} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) rename etc/unbound/unbound.conf.d/{min-ttl.conf.sample => min-ttl-five-min.conf} (53%) diff --git a/etc/unbound/unbound.conf.d/min-ttl.conf.sample b/etc/unbound/unbound.conf.d/min-ttl-five-min.conf similarity index 53% rename from etc/unbound/unbound.conf.d/min-ttl.conf.sample rename to etc/unbound/unbound.conf.d/min-ttl-five-min.conf index 1ef1fc6f..8410d51b 100644 --- a/etc/unbound/unbound.conf.d/min-ttl.conf.sample +++ b/etc/unbound/unbound.conf.d/min-ttl-five-min.conf @@ -1,12 +1,10 @@ server: # Increases TTL of all queries to 900 seconds (5 minutes) if upstream has # a lower one. I have been using this since August 2019 without issues. - #cache-min-ttl: 900 - #statistics-interval: 900 + cache-min-ttl: 900 + # I haven't used so common statistics interval though and at the time of + # writing I am going by an hour. + statistics-interval: 900 # 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 - #statistics-interval: 3000 # vim: filetype=unbound.conf