From: Pieter Lexis Date: Wed, 13 Feb 2019 16:23:07 +0000 (+0100) Subject: rec_control.1: document dont-throttle commands X-Git-Tag: rec-4.2.0-beta1~7^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=478eda5a229294c73a3111e91235d2bcfcfe6157;p=thirdparty%2Fpdns.git rec_control.1: document dont-throttle commands --- diff --git a/pdns/recursordist/docs/manpages/rec_control.1.rst b/pdns/recursordist/docs/manpages/rec_control.1.rst index d6b8dfe804..37c314527a 100644 --- a/pdns/recursordist/docs/manpages/rec_control.1.rst +++ b/pdns/recursordist/docs/manpages/rec_control.1.rst @@ -45,6 +45,12 @@ Options Commands -------- +add-dont-throttle-names NAME [NAME...] + Add names for nameserver domains that may not be throttled. + +add-dont-throttle-netmasks NETMASK [NETMASK...] + Add netmasks for nameservers that may not be throttled. + add-nta *DOMAIN* [*REASON*] Add a Negative Trust Anchor for *DOMAIN*, suffixed optionally with *REASON*. @@ -56,6 +62,12 @@ add-ta *DOMAIN* *DSRECORD* current-queries Shows the currently active queries. +clear-dont-throttle-names NAME [NAME...] + Remove names that are not allowed to be throttled. If *NAME* is '*', remove all + +clear-dont-throttle-netmasks NETMASK [NETMASK...] + Remove netmasks that are not allowed to be throttled. If *NETMASK* is '*', remove all + clear-nta *DOMAIN*... Remove Negative Trust Anchor for one or more *DOMAIN*\ s. Set domain to '*' to remove all NTA's. @@ -144,6 +156,12 @@ get *STATISTIC* [*STATISTIC*]... get-all Retrieve all known statistics. +get-dont-throttle-names + Get the list of names that are not allowed to be throttled. + +get-dont-throttle-netmasks + Get the list of netmasks that are not allowed to be throttled. + get-ntas Get a list of the currently configured Negative Trust Anchors.