]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add missing commands to rndc --help
authorNicki Křížek <nicki@isc.org>
Thu, 3 Apr 2025 12:59:07 +0000 (14:59 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 3 Apr 2025 12:59:07 +0000 (14:59 +0200)
bin/rndc/rndc.c

index 1e9e1f0d1a0cfdbddc40d233ec7c71cc71140801..67b1998bf8d98b3a406a3da45d158b4072c95fc1 100644 (file)
@@ -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 <counter-name ...>\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\