From: Otto Moerbeek Date: Tue, 12 Nov 2019 13:09:57 +0000 (+0100) Subject: man page bits X-Git-Tag: dnsdist-1.4.0^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c71d64351b4918e92004691ea534cf8bcbcccbdd;p=thirdparty%2Fpdns.git man page bits --- 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*]...