Updated confs

This commit is contained in:
Dionysus 2021-06-20 10:00:58 -04:00
parent fc973f2667
commit aa3cc227c5
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
4 changed files with 21 additions and 29 deletions

View File

@ -1,21 +1,14 @@
# IRCCloud
except ban { mask *@192.184.9.108; } # highgate.irccloud.com
except ban { mask *@192.184.9.110; } # ealing.irccloud.com
except ban { mask *@192.184.9.112; } # charlton.irccloud.com
except ban { mask *@192.184.10.118; } # brockwell.irccloud.com
except ban { mask *@192.184.10.9; } # tooting.irccloud.com
except ban { mask *@192.184.8.73; } # hathersage.irccloud.com
except ban { mask *@192.184.8.103; } # stonehaven.irccloud.com
except ban { mask *@5.254.36.57; } # tinside.irccloud.com
except ban { mask *@5.254.36.56/29; } # IPv4
except ban { mask *@2001:67c:2f08::/48; } # IPv6
except ban { mask *@2a03:5180:f::/64; } # IPv6
# IRC Source
except ban { mask *@49.56.142.157; } # yin.ircs.me
except ban { mask *@149.56.142.163; } # yang.ircs.me
except ban { mask *@2607:5300:201:3100::13dd; } # yin.ircs.me
except ban { mask *@2607:5300:201:3100::299d; } # yang.ircs.me
except ban { mask *@5.254.36.56/29; }
except ban { mask *@192.184.9.108/32; }
except ban { mask *@192.184.9.112/32; }
except ban { mask *@192.184.10.118/32; }
except ban { mask *@192.184.10.9/32; }
except ban { mask *@192.184.8.103/32; }
except ban { mask *@2001:67c:2f08::/48; }
except ban { mask *@2a03:5180:f::/62; }
except ban { mask *@2a03:5180:f:4::/63; }
except ban { mask *@2a03:5180:f:6::/64; }
# KiwiIRC
except ban { mask *@107.161.19.53; }
@ -32,5 +25,4 @@ except ban { mask *@97.107.138.109; } # bot.search.mibbit.com
except ban { mask *@2600:3c03::f03c:91ff:fe96:c1fa; } # bot.search.mibbit.com
# Netsplit
except ban { mask *@85.25.137.63; } # eagle.netsplit.de
except ban { mask *@85.25.10.40; } # anaconda.netsplit.de

View File

@ -178,7 +178,7 @@ loadmodule "typing-indicator";
// Other
loadmodule "antimixedutf8";
#loadmodule "authprompt";
loadmodule "authprompt";
loadmodule "blacklist";
loadmodule "certfp";
loadmodule "channeldb";
@ -197,5 +197,5 @@ loadmodule "userip-tag";
loadmodule "reputation";
loadmodule "restrict-commands";
loadmodule "rmtkl";
loadmodule "webirc";
#loadmodule "webirc";
#loadmodule "websocket";

View File

@ -23,13 +23,13 @@ except ban { mask *@127.0.0.1; }
ulines { services.supernets.org; }
set {
gline-address "banned@supernets.org";
kline-address "banned@supernets.org";
gline-address "enterthevoid@supernets.org";
kline-address "enterthevoid@supernets.org";
network-name "SuperNETs";
default-server "irc.supernets.org";
services-server "services.supernets.org";
sasl-server "services.supernets.org";
help-channel "#help";
help-channel "#superbowl";
cloak-method ip;
cloak-keys {
"REDACTED";

View File

@ -91,8 +91,8 @@ webirc { mask 78.129.202.38; password "REDACTED"; }
webirc { mask 109.169.29.95 ; password "REDACTED"; }
set {
kline-address "banned@supernets.org";
gline-address "banned@supernets.org";
kline-address "enterthevoid@supernets.org";
gline-address "enterthevoid@supernets.org";
modes-on-connect "+iIpTx";
modes-on-oper "+Hq";
snomask-on-oper "+bcFfkGsSo";
@ -104,7 +104,7 @@ set {
channel-message { connect-delay 60; exempt-identified yes; exempt-reputation-score 100; }
channel-notice { connect-delay 60; exempt-identified yes; exempt-reputation-score 100; }
invite { connect-delay 3600; exempt-identified yes; exempt-reputation-score 100; }
join { connect-delay 10; exempt-identified yes; exempt-reputation-score 100; }
join { connect-delay 15; exempt-identified yes; exempt-reputation-score 100; }
list { connect-delay 30; exempt-identified yes; exempt-reputation-score 100; }
private-message { connect-delay 300; exempt-identified yes; exempt-reputation-score 100; }
private-notice { connect-delay 3600; exempt-identified yes; exempt-reputation-score 100; }
@ -122,7 +122,7 @@ set {
default-server "irc.supernets.org";
services-server "services.supernets.org";
sasl-server "services.supernets.org";
help-channel "#help";
help-channel "#superbowl";
cloak-method ip;
cloak-keys {
"REDACTED";
@ -215,8 +215,8 @@ set {
channel {
playback-on-join { lines 100; time 1d; }
max-storage-per-channel {
registered { lines 100; time 1d; }
unregistered { lines 50; time 12h; }
registered { lines 100; time 1d; }
unregistered { lines 50; time 1h; }
}
}
}