]> arthur.barton.de Git - ngircd-alex.git/blobdiff - doc/sample-ngircd.conf
New configuration option "NoIdent" to disable IDENT lookups
[ngircd-alex.git] / doc / sample-ngircd.conf
index 665edae72dbbb76cbfece09cd004e7749bc426ef..1ccc90c6898557d8b90b96bfed3c2e28eaaf03e8 100644 (file)
        # Don't do any DNS lookups when a client connects to the server.
        ;NoDNS = no
 
+       # Don't do any IDENT lookups, even if ngIRCd has been compiled
+       # with support for it.
+       ;NoIdent = no
+
        # try to connect to other irc servers using ipv4 and ipv6, if possible
        ;ConnectIPv6 = yes
        ;ConnectIPv4 = yes
 
-       # Maximum number of simultaneous connection the server is allowed
-       # to accept (0: unlimited):
+       # Maximum number of simultaneous in- and outbound connections the
+       # server is allowed to accept (0: unlimited):
        ;MaxConnections = 0
 
        # Maximum number of simultaneous connections from a single IP address