From c71d64351b4918e92004691ea534cf8bcbcccbdd Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 12 Nov 2019 14:09:57 +0100 Subject: [PATCH] man page bits --- .../recursordist/docs/manpages/rec_control.1.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pdns/recursordist/docs/manpages/rec_control.1.rst b/pdns/recursordist/docs/manpages/rec_control.1.rst index 8dbb587bfa..f196dab158 100644 --- a/pdns/recursordist/docs/manpages/rec_control.1.rst +++ b/pdns/recursordist/docs/manpages/rec_control.1.rst @@ -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*]... -- 2.47.2