From 2f1b7d3920d47eef00c22ff51eae4eb588f8c063 Mon Sep 17 00:00:00 2001 From: Tristan PILAT Date: Wed, 25 Jul 2018 17:48:15 +0200 Subject: [PATCH] Add some new useful tricks --- HowtoNSD.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HowtoNSD.md b/HowtoNSD.md index b009b564..c4606354 100644 --- a/HowtoNSD.md +++ b/HowtoNSD.md @@ -232,3 +232,15 @@ Recharger une zone : ~~~ nsd-control reload example.com ~~~ + +Notifier un slave d'un changement sur la zone : + +~~~ +nsd-control notify example.com +~~~ + +Obtenir des informations sur l'état d'une zone + +~~~ +nsd-control zonestatus example.com +~~~