From: Nicki Křížek Date: Thu, 3 Apr 2025 12:59:07 +0000 (+0200) Subject: Add missing commands to rndc --help X-Git-Tag: v9.21.7~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a9e88afaa605dcc8c715d09b9e1e6c70cb7c263;p=thirdparty%2Fbind9.git Add missing commands to rndc --help --- diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index 1e9e1f0d1a0..67b1998bf8d 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -102,6 +102,7 @@ command is one of the following:\n\ \n\ addzone zone [class [view]] { zone-options }\n\ Add zone to given view. Requires allow-new-zones option.\n\ + closelogs Close currently open log files.\n\ delzone [-clean] zone [class [view]]\n\ Removes zone from given view.\n\ dnssec -checkds [-key id [-alg algorithm]] [-when time] (published|withdrawn) zone [class [view]]\n\ @@ -122,6 +123,8 @@ command is one of the following:\n\ Close, rename and re-open the DNSTAP output file(s).\n\ dumpdb [-all|-cache|-zones|-adb|-bad|-expired|-fail] [view ...]\n\ Dump cache(s) to the dump file (named_dump.db).\n\ + fetchlimit [view]\n\ + Show servers and domains currently rate-limited to fetch limits.\n\ flush Flushes all of the server's caches.\n\ flush [view] Flushes the server's cache for a view.\n\ flushname name [view]\n\ @@ -176,6 +179,10 @@ command is one of the following:\n\ reload Reload configuration file and zones.\n\ reload zone [class [view]]\n\ Reload a single zone.\n\ + reset-stats \n\ + Reset the requested statistics counter(s).\n\ + responselog [ on | off ]\n\ + Enable / disable response logging.\n\ retransfer zone [class [view]]\n\ Retransfer a single zone without checking serial number.\n\ scan Scan available network interfaces for changes.\n\