diff options
| author | Alexander Barton <alex@barton.de> | 2003-11-05 21:41:01 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2003-11-05 21:41:01 +0000 |
| commit | 2981fe9eb707b340107b5131018805ee2a469950 (patch) | |
| tree | a032cdd22d69e9a1412a2a00f71728e19b7ea02d /NEWS | |
| parent | 20d002e155fdd370fc86f715f884963f803c9d60 (diff) | |
| download | ngircd-2981fe9eb707b340107b5131018805ee2a469950.tar.gz ngircd-2981fe9eb707b340107b5131018805ee2a469950.zip | |
New configuration option "MaxConnectionsIP".
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS index c55b2b4e..20f861c5 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,10 @@ ngIRCd CVS-HEAD + - New configuration variable "MaxConnectionsIP" to limit the number of + simultaneous connections from a single IP that the server will accept. + This configuration options lowers the risk of denial of service attacks + (DoS), the default is 5 connections per client IP. - Added new configuration variable "Listen" to bind all listening sockets of the server to a single IP address. @@ -170,4 +174,4 @@ ngIRCd 0.0.1, 31.12.2001 -- -$Id: NEWS,v 1.58 2003/09/11 12:05:28 alex Exp $ +$Id: NEWS,v 1.59 2003/11/05 21:41:01 alex Exp $ |