]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
man page bits
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 12 Nov 2019 13:09:57 +0000 (14:09 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 12 Nov 2019 13:09:57 +0000 (14:09 +0100)
pdns/recursordist/docs/manpages/rec_control.1.rst

index 8dbb587bfab97f4253214a86740228c08f1ba804..f196dab158b41bf734a896487e6ba08332ca0395 100644 (file)
@@ -146,7 +146,21 @@ dump-throttlemap *FILENAME*
       :program:`pdns_recursor` often runs in a chroot. You can
       retrieve the file using::
 
-        rec_control dump-rpz ZONE_NAME /tmp/file
+        rec_control dump-throttlemap /tmp/file
+        mv /proc/$(pidof pdns_recursor)/root/tmp/file /tmp/filename
+
+dump-failedservers *FILENAME*
+    Dump the contents of the failed server map to the *FILENAME* mentioned.
+    This file should not exist already, PowerDNS will refuse to
+    overwrite it otherwise. While dumping, the recursor will not answer
+    questions.
+
+    .. note::
+
+      :program:`pdns_recursor` often runs in a chroot. You can
+      retrieve the file using::
+
+        rec_control dump-failedservers /tmp/file
         mv /proc/$(pidof pdns_recursor)/root/tmp/file /tmp/filename
 
 get *STATISTIC* [*STATISTIC*]...