aboutsummaryrefslogblamecommitdiffstats
path: root/znc/znc.conf
blob: c031322c2733cf3e4c295e251b37c3f0e677829e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                                         











                                       
               



                       

                    
                   
                  
                     


                      










                                   

                                 


























































                                              
 























                                        
                                        















                                           
                  






                                        
                                 





                                            
                  



















                                              
       
// WARNING
//
// Do NOT edit this file while ZNC is running!
// Use webadmin or *controlpanel instead.
//
// Altering this file by hand will forfeit all support.
//
// But if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
// Also check https://wiki.znc.in/Configuration

AnonIPLimit = 10
AuthOnlyViaModule = false
ConfigWriteDelay = 0
ConnectDelay = 5
HideVersion = false
LoadModule = certauth
MaxBufferSize = 500
ProtectWebSessions = true
SSLCertFile = /home/znc/.znc/znc.pem
SSLDHParamFile = /home/znc/.znc/znc.pem
SSLKeyFile = /home/znc/.znc/znc.pem
ServerThrottle = 30
Version = 1.7.5

<Listener listener0>
	AllowIRC = true
	AllowWeb = true
	IPv4 = true
	IPv6 = false
	Port = 1025
	SSL = true
	URIPrefix = /
</Listener>

<User terminaldweller>
	Admin = true
	AltNick = terminaldweller_
	AppendTimestamp = false
	AuthOnlyViaModule = false
	AutoClearChanBuffer = true
	AutoClearQueryBuffer = true
	ChanBufferSize = 50
	DenyLoadMod = false
	DenySetBindHost = false
	Ident = terminaldweller
	JoinTries = 10
	LoadModule = chansaver
	LoadModule = controlpanel
	MaxJoins = 0
	MaxNetworks = 1
	MaxQueryBuffers = 50
	MultiClients = true
	Nick = terminaldweller
	NoTrafficTimeout = 180
	PrependTimestamp = true
	QueryBufferSize = 50
	QuitMsg = %znc%
	RealName = johndoe
	StatusPrefix = *
	TimestampFormat = [%H:%M:%S]

	<Network Liberachat>
		FloodBurst = 9
		FloodRate = 2.00
		IRCConnectEnabled = true
		JoinDelay = 0
		LoadModule = simple_away
		LoadModule = cert
		Server = irc.libera.chat +6697
		TrustAllCerts = false
		TrustPKI = true

		<Chan #CataclysmDDA>
		</Chan>

		<Chan #busybox>
		</Chan>

		<Chan #crypto>
		</Chan>

		<Chan #freebsd>
		</Chan>

		<Chan #git>
		</Chan>

		<Chan #go-nuts>
		</Chan>

		<Chan #irssi>
		</Chan>

		<Chan #linux>
		</Chan>

		<Chan #neomutt>
		</Chan>

		<Chan #netbsd>
		</Chan>

		<Chan #openbsd>
		</Chan>

		<Chan #postgresql>
		</Chan>

		<Chan #security>
		</Chan>

		<Chan #tmux>
		</Chan>

		<Chan #ubuntu>
		</Chan>

		<Chan #vim>
		</Chan>

		<Chan #voidlinux>
		</Chan>

		<Chan #znc>
		</Chan>
	</Network>

	<Network OFTC>
		FloodBurst = 9
		FloodRate = 2.00
		IRCConnectEnabled = true
		JoinDelay = 0
		LoadModule = simple_away
		LoadModule = cert
		Server = irc.oftc.net +6697
		TrustAllCerts = false
		TrustPKI = true

		<Chan #debian>
		</Chan>

		<Chan #llvm>
		</Chan>

		<Chan #openwrt>
		</Chan>

		<Chan #tor>
		</Chan>
	</Network>

	<Network Rizon>
		FloodBurst = 9
		FloodRate = 2.00
		IRCConnectEnabled = true
		JoinDelay = 0
		LoadModule = simple_away
		LoadModule = cert
		Server = irc.rizon.net +6697
		TrustAllCerts = false
		TrustPKI = true

		<Chan #news>
		</Chan>
	</Network>

	<Network undernet>
		FloodBurst = 9
		FloodRate = 2.00
		IRCConnectEnabled = true
		JoinDelay = 0
		LoadModule = simple_away
		Server = irc.undernet.org 6667
		TrustAllCerts = false
		TrustPKI = true

		<Chan #bookz>
		</Chan>
	</Network>

	<Pass password>
		Hash = 
		Method = 
		Salt = 
	</Pass>
</User>