diff options
Diffstat (limited to '')
-rw-r--r-- | znc.conf | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/znc.conf b/znc.conf new file mode 100644 index 0000000..e46c8e6 --- /dev/null +++ b/znc.conf @@ -0,0 +1,102 @@ +// 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 = true +LoadModule = webadmin +MaxBufferSize = 500 +ProtectWebSessions = true +SSLCertFile = /home/lemon/.znc/znc.pem +SSLDHParamFile = /home/lemon/.znc/znc.pem +SSLKeyFile = /home/lemon/.znc/znc.pem +ServerThrottle = 30 +Skin = forest +StatusPrefix = * +Version = 1.8.2 + +<Listener listener0> + AllowIRC = true + AllowWeb = true + IPv4 = true + IPv6 = true + Port = 5989 + SSL = true + URIPrefix = / +</Listener> + +<User yulqen> + Admin = true + Allow = * + AltNick = yulqen_ + AppendTimestamp = false + AuthOnlyViaModule = false + AutoClearChanBuffer = true + AutoClearQueryBuffer = true + ChanBufferSize = 50 + DenyLoadMod = false + DenySetBindHost = false + Ident = yulqen + JoinTries = 10 + LoadModule = chansaver + LoadModule = controlpanel + MaxJoins = 0 + MaxNetworks = 1 + MaxQueryBuffers = 50 + MultiClients = true + Nick = yulqen + NoTrafficTimeout = 180 + PrependTimestamp = true + QueryBufferSize = 50 + QuitMsg = %znc% + RealName = ZNC - https://znc.in + TimestampFormat = [%H:%M:%S] + + <Network liberachat> + AltNick = yulqen_ + FloodBurst = 9 + FloodRate = 2.00 + IRCConnectEnabled = true + Ident = yulqen + JoinDelay = 0 + LoadModule = simple_away + LoadModule = sasl + Nick = yulqen + Server = irc.libera.chat +6697 + TrustAllCerts = false + TrustPKI = true + + <Chan #fsf> + </Chan> + + <Chan #irssi> + </Chan> + + <Chan #openbsd> + </Chan> + + <Chan #perl> + </Chan> + + <Chan #taskwarrior> + </Chan> + + <Chan #vim> + </Chan> + </Network> + + <Pass password> + Hash = b99d7f1210e70421f6074ec75c2a010f40cbb19c2f0d97ef0e63808ca827cd40 + Method = SHA256 + Salt = *EUooxa?_7REF3dAl?qh + </Pass> +</User> |