From 2ea87e28d7b69cab789ee1de2568c4bee1dfd105 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Thu, 23 May 2019 10:28:58 +0200 Subject: [PATCH] Ajout partie flush cache pour un domaine --- HowtoUnbound.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HowtoUnbound.md b/HowtoUnbound.md index f9ef40c8..6e8eedf4 100644 --- a/HowtoUnbound.md +++ b/HowtoUnbound.md @@ -117,6 +117,12 @@ Voir [HowtoBind#dnstop]() ## FAQ +### Vider le cache pour un domaine particulier + +~~~ +unbound-control flush_zone foo.local +~~~ + ### Utiliser un serveur DNS particulier pour un nom de domaine On pourra forwarder certaines requêtes vers un serveur différent en rajoutant les directives ci-dessous : @@ -183,4 +189,4 @@ Si on veut diminuer à 30s la durée de mise en cache des résolutions n'ayant p ~~~ cache-max-negative-ttl: 30 -~~~ \ No newline at end of file +~~~