From 2d9e582c001cfd93e8bcf07139be2b5023ce1153 Mon Sep 17 00:00:00 2001 From: gashapwn Date: Sun, 7 Mar 2021 02:07:23 +0000 Subject: [PATCH] added ngircd.conf --- perl-script/conf/ngircd.conf | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 perl-script/conf/ngircd.conf 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