]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 29 Aug 2012 07:13:36 +0000 (07:13 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 29 Aug 2012 07:13:36 +0000 (07:13 +0000)
git-svn-id: file:///svn/unbound/trunk@2752 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/example.conf.in

index 6ef665d1e496f709a0f0d3266ef8a99c6f8bdc0d..ee65b512a85f8ab523aacadeffb86af5e442cee2 100644 (file)
@@ -1,3 +1,6 @@
+29 August 2012: Wouter
+       - Nicer comments outgoing-port-avoid, thanks Stu (bug #465).
+
 22 August 2012: Wouter
        - Fallback to 1472 and 1232, one fragment size without headers.
 
index f21a657d65b30ee8308647a3c48eb217a2934b2a..5b9bbdb01416ef095de9e4811245ea3381b51e45 100644 (file)
@@ -67,6 +67,8 @@ server:
        # Use this to make sure unbound does not grab a UDP port that some
        # other server on this computer needs. The default is to avoid
        # IANA-assigned port numbers.
+       # If multiple outgoing-port-permit and outgoing-port-avoid options
+       # are present, they are processed in order.
        # outgoing-port-avoid: "3200-3208"
 
        # number of outgoing simultaneous tcp buffers to hold per thread.