mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-24 15:42:56 -05:00
tcp-connection-limit in example config.
git-svn-id: file:///svn/unbound/trunk@4839 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
77bd7d228b
commit
73f01304f0
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue