From: Wouter Wijngaards Date: Tue, 7 Aug 2018 12:28:57 +0000 (+0000) Subject: tcp-connection-limit in example config. X-Git-Tag: release-1.8.0rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73f01304f065f0010dc930f995ce670a42ebb152;p=thirdparty%2Funbound.git tcp-connection-limit in example config. git-svn-id: file:///svn/unbound/trunk@4839 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/example.conf.in b/doc/example.conf.in index caf5e3237..cb114c38b 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -737,6 +737,9 @@ server: # 0 blocks when ip is ratelimited, otherwise let 1/xth traffic through # ip-ratelimit-factor: 10 + # Limit the number of connections simultaneous from a netblock + # tcp-connection-limit: 192.0.2.0/24 12 + # what is considered a low rtt (ping time for upstream server), in msec # low-rtt: 45 # select low rtt this many times out of 1000. 0 means the fast server