From 13b482c41818282354803127c7525f0564b3e97a Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 10 Apr 2015 14:07:25 +0000 Subject: [PATCH] manpage for ratelimit_list git-svn-id: file:///svn/unbound/trunk@3397 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/unbound-control.8.in | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- 2.47.2