]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #1254: clarify ratelimit-{for,below}-domain (from Manu Bretelle).
authorRalph Dolmans <ralph@nlnetlabs.nl>
Fri, 21 Apr 2017 10:20:35 +0000 (10:20 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Fri, 21 Apr 2017 10:20:35 +0000 (10:20 +0000)
git-svn-id: file:///svn/unbound/trunk@4127 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/unbound.conf.5.in

index af714a67223544b283857afc05c6d96969908b99..88b06454153904028cda5ffa724cfe099ce0b2f9 100644 (file)
@@ -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().
index d9a7060e3294efd434755e7194b19fd99dfc016c..3b65de2f3bf9f2d40c5d3278c11df044080a5738 100644 (file)
@@ -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<domain> <number qps>
 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<number or 0>
 Enable global ratelimiting of queries accepted per ip address.