]> 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 459d51d4e1765054735c97430939f4178e8df61f..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