From 24bd72d7b2bfacc3caa45509b25e0ed9990b901a Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 4 Nov 2022 08:33:18 +0330 Subject: update --- znc/znc.conf | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 161 insertions(+), 14 deletions(-) (limited to 'znc') diff --git a/znc/znc.conf b/znc/znc.conf index aa0df06..c031322 100644 --- a/znc/znc.conf +++ b/znc/znc.conf @@ -8,32 +8,179 @@ // 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 - - Port = 1025 + + + AllowIRC = true + AllowWeb = true IPv4 = true IPv6 = false + Port = 1025 SSL = true - AllowIRC = true - AllowWeb = false + URIPrefix = / - Pass = - Admin = true - Nick = terminaldweller - AltNick = terminaldweller_ - Ident = terminaldweller - RealName = johndoe + 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] + + + FloodBurst = 9 + FloodRate = 2.00 + IRCConnectEnabled = true + JoinDelay = 0 + LoadModule = simple_away + LoadModule = cert + Server = irc.libera.chat +6697 + TrustAllCerts = false + TrustPKI = true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + FloodBurst = 9 + FloodRate = 2.00 + IRCConnectEnabled = true + JoinDelay = 0 LoadModule = simple_away - Server = irc.undernet.org 6667 + LoadModule = cert + Server = irc.oftc.net +6697 + TrustAllCerts = false + TrustPKI = true + + + + + + + + + + + + - + + + FloodBurst = 9 + FloodRate = 2.00 + IRCConnectEnabled = true + JoinDelay = 0 + LoadModule = simple_away LoadModule = cert - Server = irc.libera.chat 6697 + Server = irc.rizon.net +6697 + TrustAllCerts = false + TrustPKI = true + + + + + + FloodBurst = 9 + FloodRate = 2.00 + IRCConnectEnabled = true + JoinDelay = 0 + LoadModule = simple_away + Server = irc.undernet.org 6667 + TrustAllCerts = false + TrustPKI = true + + + + + + + Hash = + Method = + Salt = + -- cgit v1.2.3