From: Wouter Wijngaards Date: Fri, 10 Apr 2015 14:07:25 +0000 (+0000) Subject: manpage for ratelimit_list X-Git-Tag: release-1.5.4~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13b482c41818282354803127c7525f0564b3e97a;p=thirdparty%2Funbound.git manpage for ratelimit_list git-svn-id: file:///svn/unbound/trunk@3397 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/unbound-control.8.in b/doc/unbound-control.8.in index 6a2c177e4..8315ed2a9 100644 --- a/doc/unbound-control.8.in +++ b/doc/unbound-control.8.in @@ -255,6 +255,13 @@ port number can be set explicitly (default port is 53 (DNS)). By default the forwarder information from the config file for the root "." is used. The config file is not changed, so after a reload these changes are gone. Other forward zones from the config file are not affected by this command. +.TP +.B ratelimit_list \fR[\fI+a\fR] +List the domains that are ratelimited. Printed one per line with current +estimated qps and qps limit from config. With +a it prints all domains, not +just the ratelimited domains, with their estimated qps. The ratelimited +domains return an error for uncached (new) queries, but cached queries work +as normal. .SH "EXIT CODE" The unbound\-control program exits with status code 1 on error, 0 on success. .SH "SET UP"