mirror of
https://github.com/osmarks/ngircd.git
synced 2025-09-10 14:26:02 +00:00
fix doc and manpage wrt. MaxConnections, MaxConnectionsIP and MaxJoins values
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: sample-ngircd.conf,v 1.40 2007/10/04 10:14:52 alex Exp $
|
||||
# $Id: sample-ngircd.conf,v 1.41 2007/10/13 20:45:11 fw Exp $
|
||||
|
||||
#
|
||||
# This is a sample configuration file for the ngIRCd, which must be adepted
|
||||
@@ -101,14 +101,14 @@
|
||||
;PredefChannelsOnly = no
|
||||
|
||||
# Maximum number of simultaneous connection the server is allowed
|
||||
# to accept (<=0: unlimited):
|
||||
;MaxConnections = -1
|
||||
# to accept (0: unlimited):
|
||||
;MaxConnections = 0
|
||||
|
||||
# Maximum number of simultaneous connections from a single IP address
|
||||
# the server will accept (<=0: unlimited):
|
||||
# the server will accept (0: unlimited):
|
||||
;MaxConnectionsIP = 5
|
||||
|
||||
# Maximum number of channels a user can be member of (<=0: no limit):
|
||||
# Maximum number of channels a user can be member of (0: no limit):
|
||||
;MaxJoins = 10
|
||||
|
||||
[Operator]
|
||||
|
Reference in New Issue
Block a user