diff --git a/perl-script/conf/ngircd.conf b/perl-script/conf/ngircd.conf new file mode 100644 index 0000000..7d30680 --- /dev/null +++ b/perl-script/conf/ngircd.conf @@ -0,0 +1,45 @@ +[Global] + Name = tildezero.xyz + AdminInfo1 = null + AdminInfo2 = null + AdminEMail = null@null.tld + Info = priv8 pls go away +# MotdFile = /etc/ngircd/ngircd.motd + ServerGID = irc + ServerUID = _ngircd + Ports = 6667 + + +[Limits] + MaxConnections = 50 + MaxJoins = 5 + +[Options] + PAM = no + PredefChannelsOnly = no + RequireAuthPing = no + SyslogFacility = local5 + ;WebircPassword = webpwd + + # Security related settings, useful for running servers with high anonimity, disable if desired + + Ident = no + # Global password for all users needed to connect to the server +# Password = abc + # Set this hostname for every client instead of the real one. + # Use %x to add the hashed value of the original hostname. + CloakHost = tildezero.xyz + # Set every clients' user name to their nickname + CloakUserToNick = yes + # Do dns lookup when a user connects + DNS = no + # Enhance user privacy slightly (useful for IRC server on TOR or I2P) + # by censoring some information like idle time, logon time, etc. + MorePrivacy = yes + # Silently drop all incoming CTCP requests + ScrubCTCP = yes + + +#[Operator] +# Name = someuser +# Password = somepassword