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 +~~~