X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fsample-ngircd.conf;h=13014d32a0fb6d8ee1afc1904ab8428db658a523;hb=6bd35bf090694a77b4a6c13c8fe5bb52e5905ec1;hp=e17b0e60690dd5b46a886985391acc7a083c3b9d;hpb=b160f574dee613598d3adcb46169d898ca45f252;p=ngircd-alex.git diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index e17b0e60..13014d32 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,4 +1,4 @@ -# $Id: sample-ngircd.conf,v 1.41 2007/10/13 20:45:11 fw Exp $ +# $Id: sample-ngircd.conf,v 1.44 2008/01/07 23:02:29 alex Exp $ # # This is a sample configuration file for the ngIRCd, which must be adepted @@ -100,6 +100,9 @@ # Allow Pre-Defined Channels only (see Section [Channels]) ;PredefChannelsOnly = no + # Don't do any DNS lookups when a client connects to the server. + ;NoDNS = no + # Maximum number of simultaneous connection the server is allowed # to accept (0: unlimited): ;MaxConnections = 0 @@ -111,6 +114,11 @@ # Maximum number of channels a user can be member of (0: no limit): ;MaxJoins = 10 + # Maximum length of an user nick name (Default: 9, as in RFC 2812). + # Please note that all servers in an IRC network MUST use the same + # maximum nick name length! + ;MaxNickLength = 9 + [Operator] # [Operator] sections are used to define IRC Operators. There may be # more than one [Operator] block, one for each local operator. @@ -149,6 +157,10 @@ # this server should establish the connection). ;Host = connect-to-host.the.net + # IP address to use as _source_ address for the connection. if unspecified, + # ngircd will let the operating system pick an address. + ;Bind = 10.0.0.1 + # Port of the server to which the ngIRCd should connect. If you # assign no port the ngIRCd waits for incoming connections. ;Port = 6667