]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- nicer ratelimit-below-domain explanation.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 26 Jul 2016 13:37:30 +0000 (13:37 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 26 Jul 2016 13:37:30 +0000 (13:37 +0000)
git-svn-id: file:///svn/unbound/trunk@3825 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf.in

index d89d8d46780adeecc74bef1995a8a06147c2d21e..82d0ef40d2e89fdfd2d0d5c756ba8cb2c92f4017 100644 (file)
@@ -1,3 +1,6 @@
+26 July 2016: Wouter
+       - nicer ratelimit-below-domain explanation.
+
 22 July 2016: Wouter
        - Fix #801: missing error condition handling in
          daemon_create_workers().
index 79562c18013ff0db9f70e33ecb45ab275f4df73e..5cc9f23f5eb9cadc0852011961ca3a69a58059df 100644 (file)
@@ -647,7 +647,7 @@ server:
        # ratelimit-for-domain: example.com 1000
        # override the ratelimits for all domains below a domain name
        # can give this multiple times, the name closest to the zone is used.
-       # ratelimit-below-domain: example 1000
+       # ratelimit-below-domain: com 1000
 
 # Python config section. To enable:
 # o use --with-pythonmodule to configure before compiling.