4
mirror of git://git.acid.vegas/unrealircd.git synced 2024-11-14 20:16:42 +00:00
unrealircd/doc/conf/except.conf

42 lines
1.2 KiB
Plaintext
Raw Normal View History

2023-05-27 05:03:48 +00:00
# SuperNETs Links / Foenum
except ban {
mask *@127.0.0.1;
type { kline; gline; zline; gzline; shun; blacklist; maxperip; connect-flood; }
2023-05-27 05:03:48 +00:00
}
2020-03-29 09:16:53 +00:00
# IRCCloud
2022-01-15 05:16:34 +00:00
except ban {
2023-05-11 21:51:02 +00:00
mask *@5.254.36.56/29;
mask *@5.254.36.104/29;
mask *@2a03:5180:f::/62;
mask *@2a03:5180:f:4::/63;
mask *@2a03:5180:f:6::/64;
type { kline; gline; zline; gzline; shun; blacklist; maxperip; connect-flood; }
2022-01-15 05:16:34 +00:00
}
2020-03-29 09:16:53 +00:00
# KiwiIRC
2022-01-15 05:16:34 +00:00
except ban {
mask *@107.161.19.53;
mask *@107.161.19.109;
mask *@109.169.31.4;
mask *@109.169.31.13; # KiwiIRC Verify Bot (out.kiwiirc.com)
type { kline; gline; zline; gzline; shun; blacklist; maxperip; connect-flood; }
2022-01-15 05:16:34 +00:00
}
2020-03-29 09:16:53 +00:00
# Mibbit
2022-01-15 05:16:34 +00:00
except ban {
mask *@207.192.75.252; # ircip1.mibbit.com
mask *@64.62.228.82; # ircip2.mibbit.com
mask *@78.129.202.38; # ircip3.mibbit.com
mask *@109.169.29.95; # ircip4.mibbit.com
mask *@97.107.138.109; # bot.search.mibbit.com
mask *@2600:3c03::f03c:91ff:fe96:c1fa; # bot.search.mibbit.com
type { kline; gline; zline; gzline; shun; blacklist; maxperip; connect-flood; }
2022-01-15 05:16:34 +00:00
}
2020-03-29 09:16:53 +00:00
2023-05-27 05:03:48 +00:00
# Scanners
except ban {
mask *@85.25.10.40; # anaconda.netsplit.de
mask *@149.56.47.33; # stats-grabber.ircdocs.horse
type { kline; gline; zline; gzline; shun; blacklist; }
}