From 6d617e17aafcfafb1839e79cd44913b521995292 Mon Sep 17 00:00:00 2001 From: jdubois Date: Tue, 12 Mar 2019 11:01:45 +0100 Subject: [PATCH] =?UTF-8?q?Diminuer=20le=20cache=20des=20r=C3=A9ponses=20n?= =?UTF-8?q?=C3=A9gatives?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoUnbound.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoUnbound.md b/HowtoUnbound.md index b4ed9b5e..8b93aa63 100644 --- a/HowtoUnbound.md +++ b/HowtoUnbound.md @@ -164,3 +164,11 @@ On peut vouloir mettre un TTL minimum pour ne pas respecter le TTL quand il est ~~~ cache-min-ttl: 600 ~~~ + +### Diminuer le cache des réponses négatives + +Si on veut diminuer à 30s la durée de mise en cache des résolutions n'ayant pas de réponse : + +~~~ +cache-max-negative-ttl: 30 +~~~ \ No newline at end of file