From 790fb95327d1fcf50d19d7a3983e6d74d6908080 Mon Sep 17 00:00:00 2001 From: Colin Vidal Date: Tue, 18 Nov 2025 09:23:10 +0100 Subject: [PATCH] add showconf in RNDC usage The `rndc -h` command was missing the newly introduced `showconf` commands. Adding it. --- bin/rndc/rndc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 46d0aa0c97..66660351ba 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -184,6 +184,8 @@ command is one of the following:\n\ Write security roots to the secroots file.\n\ serve-stale [ on | off | reset | status ] [class [view]]\n\ Control whether stale answers are returned\n\ + showconf ( -user | -builtin | -effecive )\n\ + Print the current configuration for the server.\n\ showzone zone [class [view]]\n\ Print a zone's configuration.\n\ sign zone [class [view]]\n\