From 6f2e9c7c27b4a7f7b3e1e868c2c19a1c7ffc99bd Mon Sep 17 00:00:00 2001 From: jdubois Date: Tue, 12 Mar 2019 11:12:42 +0100 Subject: [PATCH] =?UTF-8?q?Statistiques=20d=C3=A9taill=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoUnbound.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoUnbound.md b/HowtoUnbound.md index 8b93aa63..00743c3d 100644 --- a/HowtoUnbound.md +++ b/HowtoUnbound.md @@ -157,6 +157,12 @@ Sous OpenBSD : $ doas -u _unbound unbound-control stats ~~~ +Si l'on veut avoir des statistiques plus détaillées, avec notamment le type de requêtes, on peut ajouter à la configuration : + +~~~ +extended-statistics: yes +~~~ + ### 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 :