4
mirror of git://git.acid.vegas/unrealircd.git synced 2024-11-15 04:26:41 +00:00
unrealircd/doc/conf/except.conf

55 lines
1.3 KiB
Plaintext
Raw Normal View History

# Custom (FOENEM)
except ban {
mask {
ip { 1.4.8.8; } # Pyrex
}
type { all; }
}
2023-10-01 00:41:45 +00:00
# Tor Hidden Service
except ban {
mask { ip 127.0.0.2; }
2023-10-01 02:34:36 +00:00
type { all; }
2023-10-01 00:41:45 +00:00
}
2023-06-21 05:10:58 +00:00
# Local
2023-05-27 05:03:48 +00:00
except ban {
2023-06-21 05:10:58 +00:00
mask {
2023-10-01 00:41:45 +00:00
ip { 127.0.0.1; ::1; }
2023-10-01 02:34:36 +00:00
ip { 198.251.80.56; }
ip { 149.202.251.251; }
ip { 54.36.102.218; }
ip { 45.61.188.116; }
ip { 51.89.151.158; }
ip { 198.98.52.138; }
ip { 45.153.48.83; }
ip { 107.174.158.185; }
ip { 65.75.209.67; }
ip { 139.144.202.79; }
2023-06-21 05:10:58 +00:00
}
type { all; }
2023-05-27 05:03:48 +00:00
}
2023-06-21 05:10:58 +00:00
# Web Clients
2022-01-15 05:16:34 +00:00
except ban {
2023-06-21 05:10:58 +00:00
mask {
ip { 5.254.36.56/29; 5.254.36.104/29; } # IRCCloud (IPv4)
ip { 2a03:5180:f::/62; 2a03:5180:f:4::/63; 2a03:5180:f:6::/64; } # IRCCloud (IPv6)
ip { 107.161.19.53; 107.161.19.109; 109.169.31.4; } # KiwiIRC
ip { 207.192.75.252; 64.62.228.82; 78.129.202.38; 109.169.29.95; } # Mibbit
}
type { all; }
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 {
2023-06-21 05:10:58 +00:00
mask {
2023-10-10 23:38:25 +00:00
ip { 192.99.194.177; 2607:5300:203:a133::5 } # crawler.ircdriven.com
2023-06-21 05:10:58 +00:00
ip { 85.25.10.40; } # anaconda.netsplit.de
ip { 149.56.47.33; } # stats-grabber.ircdocs.horse
ip { 109.169.31.13; } # out.kiwiirc.com
ip { 97.107.138.109; 2600:3c03::f03c:91ff:fe96:c1fa; } # bot.search.mibbit.com
}
type { all; }
}