]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec_control.1: document dont-throttle commands
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 13 Feb 2019 16:23:07 +0000 (17:23 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 18 Feb 2019 17:43:29 +0000 (18:43 +0100)
pdns/recursordist/docs/manpages/rec_control.1.rst

index d6b8dfe804981c2d7b531979fce9f898830cb63f..37c314527afde9ce6c05ba206b4d3df6e0f4e31b 100644 (file)
@@ -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.