From 73f01304f065f0010dc930f995ce670a42ebb152 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 7 Aug 2018 12:28:57 +0000 Subject: [PATCH] tcp-connection-limit in example config. git-svn-id: file:///svn/unbound/trunk@4839 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/example.conf.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3