From: Wouter Wijngaards Date: Wed, 29 Aug 2012 07:13:36 +0000 (+0000) Subject: - Nicer comments outgoing-port-avoid, thanks Stu (bug #465). X-Git-Tag: release-1.4.19rc1~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6280983293d1c4471ba51f781169ceb33522dccb;p=thirdparty%2Funbound.git - Nicer comments outgoing-port-avoid, thanks Stu (bug #465). git-svn-id: file:///svn/unbound/trunk@2752 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 6ef665d1e..ee65b512a 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/doc/example.conf.in b/doc/example.conf.in index f21a657d6..5b9bbdb01 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -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.