From 9c71414070e209be1daaef07b5e8a83c117847c7 Mon Sep 17 00:00:00 2001 From: Daniel Jakots Date: Mon, 12 Feb 2018 14:32:10 +0100 Subject: [PATCH] +cache-min-ttl --- HowtoUnbound.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoUnbound.md b/HowtoUnbound.md index bf4b52e0..b4ed9b5e 100644 --- a/HowtoUnbound.md +++ b/HowtoUnbound.md @@ -156,3 +156,11 @@ Sous OpenBSD : ~~~ $ doas -u _unbound unbound-control stats ~~~ + +### Mentir sur le TTL + +On peut vouloir mettre un TTL minimum pour ne pas respecter le TTL quand il est mis à des valeurs anormalement basses. Pour mettre le TTL minimum à 600 : + +~~~ +cache-min-ttl: 600 +~~~