diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/sample-ngircd.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 354b54ef..0e443930 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.23 2003/09/11 12:05:28 alex Exp $ +# $Id: sample-ngircd.conf,v 1.24 2003/11/05 21:41:02 alex Exp $ # # This is a sample configuration file for the ngIRCd, which must adept to @@ -76,6 +76,10 @@ # Maximum number of simultaneous connection the server is allowed # to accept (<=0: unlimited): ;MaxConnections = -1 + + # Maximum number of simultaneous connections from a single IP address + # the server will accept (<=0: unlimited): + ;MaxConnectionsIP = 5 # Maximum number of channels a user can be member of (<=0: no limit): ;MaxJoins = 10 |