Skip to content

Instantly share code, notes, and snippets.

@okurz
Created March 24, 2020 13:27
Show Gist options
  • Save okurz/93c9a08b7172ba8853aa5ed76698de2d to your computer and use it in GitHub Desktop.
Save okurz/93c9a08b7172ba8853aa5ed76698de2d to your computer and use it in GitHub Desktop.
AnonIPLimit = 10
AuthOnlyViaModule = false
ConfigWriteDelay = 0
ConnectDelay = 5
HideVersion = false
MaxBufferSize = 500
ProtectWebSessions = true
SSLCertFile = /home/that_is_me/.znc/znc.pem
SSLDHParamFile = /home/that_is_me/.znc/znc.pem
SSLKeyFile = /home/that_is_me/.znc/znc.pem
ServerThrottle = 30
Version = 1.7.2
<Listener listener0>
AllowIRC = true
AllowWeb = true
IPv4 = true
IPv6 = true
Port = 65000
SSL = true
URIPrefix = /
</Listener>
<User that_is_me>
Admin = true
AltNick = that_is_me_
AppendTimestamp = false
AuthOnlyViaModule = false
AutoClearChanBuffer = true
AutoClearQueryBuffer = true
ChanBufferSize = 5000
ChanModes = +stn
DenyLoadMod = false
DenySetBindHost = false
Ident = that_is_me
JoinTries = 10
LoadModule = chansaver
LoadModule = controlpanel
MaxJoins = 0
MaxNetworks = 1
MaxQueryBuffers = 50
MultiClients = true
Nick = okurz
NoTrafficTimeout = 180
PrependTimestamp = true
QueryBufferSize = 50
QuitMsg = ZNC - http://znc.in
RealName = My Name
StatusPrefix = *
TimestampFormat = [%H:%M:%S]
<Network freenode>
FloodBurst = 4
FloodRate = 1.00
IRCConnectEnabled = true
JoinDelay = 0
LoadModule = chansaver
LoadModule = keepnick
LoadModule = kickrejoin
LoadModule = nickserv
LoadModule = simple_away
LoadModule = sasl
Server = irc.freenode.net 6667
TrustAllCerts = false
TrustPKI = true
<Chan #opensuse-admin>
</Chan>
<Chan #opensuse-buildservice>
</Chan>
<Chan #opensuse-factory>
</Chan>
<Chan #opensuse-kde>
</Chan>
<Chan #suse>
</Chan>
</Network>
<Pass password>
Hash = my_secret_hash
Method = SHA256
Salt = my_secret_salt
</Pass>
</User>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment