From 73873da0c09ab33c28fe9455ad1749e1f2f01bab Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Fri, 21 Apr 2017 10:20:35 +0000 Subject: [PATCH] - Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle). git-svn-id: file:///svn/unbound/trunk@4127 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ doc/unbound.conf.5.in | 2 ++ 2 files changed, 5 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index af714a672..88b064541 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +21 April 2017: Ralph + - Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle). + 18 April 2017: Ralph - Fix #1252: more indentation inconsistencies. - Fix #1253: unused variable in edns-subnet/addrtree.c:getbit(). diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index d9a7060e3..3b65de2f3 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -1201,6 +1201,7 @@ factor given. Override the global ratelimit for an exact match domain name with the listed number. You can give this for any number of names. For example, for a top\-level\-domain you may want to have a higher limit than other names. +A value of \-1 will disable ratelimiting for that domain. .TP 5 .B ratelimit\-below\-domain: \fI Override the global ratelimit for a domain name that ends in this name. @@ -1209,6 +1210,7 @@ in different parts of the namespace. The closest matching suffix is used to determine the qps limit. The rate for the exact matching domain name is not changed, use ratelimit\-for\-domain to set that, you might want to use different settings for a top\-level\-domain and subdomains. +A value of \-1 will disable ratelimiting for domain names that end in this name. .TP 5 .B ip\-ratelimit: \fI Enable global ratelimiting of queries accepted per ip address.