You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

108 lines
2.1 KiB

// WARNING
//
// Do NOT edit this file while ZNC is running!
// Use webadmin or *controlpanel instead.
//
// Buf if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
// Also check http://en.znc.in/wiki/Configuration
AnonIPLimit = 10
ConnectDelay = 5
LoadModule = webadmin
LoadModule = fail2ban
LoadModule = lastseen
LoadModule = partyline
MaxBufferSize = 500
Motd = Connected to ZNC
PidFile = /var/run/znc/znc.pid
ProtectWebSessions = true
SSLCertFile = /var/lib/znc/znc.pem
ServerThrottle = 30
Skin = _default_
StatusPrefix = *
Version = 1.0
<Listener listener0>
AllowIRC = true
AllowWeb = false
IPv4 = true
IPv6 = true
Port = 6697
SSL = true
</Listener>
<Listener listener1>
AllowIRC = false
AllowWeb = true
IPv4 = true
IPv6 = true
Port = 6643
SSL = false
</Listener>
<Listener listener3>
AllowIRC = true
AllowWeb = true
IPv4 = true
IPv6 = true
Port = 1338
SSL = true
</Listener>
<User {{ irc_nick }}>
Admin = true
Allow = *
AltNick = {{ irc_nick }}_
AppendTimestamp = false
AutoClearChanBuffer = true
Buffer = 5000
ChanModes = +stn
DenyLoadMod = false
DenySetBindHost = false
Ident = {{ irc_ident }}
JoinTries = 10
LoadModule = controlpanel
LoadModule = perform
LoadModule = block_motd
LoadModule = clientnotify
MaxNetworks = 1
MultiClients = true
Nick = {{ irc_nick }}
PrependTimestamp = true
QuitMsg = {{ irc_quitmsg }}
RealName = {{ irc_realname }}
TimestampFormat = [%H:%M:%S]
Timezone = {{ irc_timezone }}
<Pass password>
Method = sha256
Hash = {{ irc_password_hash }}
Salt = {{ irc_password_salt }}
</Pass>
<Network {{ network }}>
FloodBurst = 4
FloodRate = 1.00
IRCConnectEnabled = true
LoadModule = chansaver
LoadModule = keepnick
LoadModule = kickrejoin
LoadModule = nickserv
LoadModule = perform
LoadModule = simple_away
Server = {{ network_address }} {{ network_port }}
<Chan #{{ network_channel}}>
</Chan>
</Network>
<Network freenode>
BindHost = 0.0.0.0
FloodBurst = 4
FloodRate = 1.00
IRCConnectEnabled = true
LoadModule = kickrejoin
LoadModule = nickserv
LoadModule = savebuff
Server = chat.freenode.net +6697
</Network>
</User>