X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=doc%2Fsample-ngircd.conf;h=1ccc90c6898557d8b90b96bfed3c2e28eaaf03e8;hp=665edae72dbbb76cbfece09cd004e7749bc426ef;hb=4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0;hpb=0337b1ac1e128661b81901bdf2384e4ee51fa0df diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 665edae7..1ccc90c6 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -122,12 +122,16 @@ # 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