X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fsample-ngircd.conf;h=041542e7d6a68b8586ebcb8c448a57adcae06dbe;hb=e070d93f649f76a57ce4c01782887e375f3cfba3;hp=665edae72dbbb76cbfece09cd004e7749bc426ef;hpb=0337b1ac1e128661b81901bdf2384e4ee51fa0df;p=ngircd-alex.git diff --git a/doc/sample-ngircd.conf b/doc/sample-ngircd.conf index 665edae7..041542e7 100644 --- a/doc/sample-ngircd.conf +++ b/doc/sample-ngircd.conf @@ -1,14 +1,13 @@ -# $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 -# to the local preferences and needs. +# This is a sample configuration file for the ngIRCd IRC daemon, which must +# be customized to the local preferences and needs. # # Comments are started with "#" or ";". # # A lot of configuration options in this file start with a ";". You have # to remove the ";" in front of each variable to actually set a value! -# The disabled variables are shown with example values for completeness. +# The disabled variables are shown with example values for completeness only +# and the daemon is using compiled-in default settings. # # Use "ngircd --configtest" (see manual page ngircd(8)) to validate that the # server interprets the configuration file as expected! @@ -122,12 +121,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 @@ -207,7 +210,7 @@ ;Passive = no # Connect to the remote server using TLS/SSL (Default: false) - ; SSLConnect = yes + ;SSLConnect = yes # Define a (case insensitive) mask matching nick names that sould be # treated as IRC services when introduced via this remote server.