added ngircd.conf
This commit is contained in:
parent
508bbee90b
commit
2d9e582c00
45
perl-script/conf/ngircd.conf
Normal file
45
perl-script/conf/ngircd.conf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user