unrealircd/doc/conf/except.conf

41 lines
1.1 KiB
Plaintext
Raw Normal View History

# Custom (FOENEM)
except ban {
mask {
ip { 1.4.8.8; } # Pyrex
}
type { all; }
}
2023-06-20 22:10:58 -07:00
# Local
2023-05-26 22:03:48 -07:00
except ban {
2023-06-20 22:10:58 -07:00
mask {
ip { 127.0.0.1; ::1; }
#ip { 0.0.0.0; }
2023-06-20 22:10:58 -07:00
ip { 37.187.119.203; 51.75.161.177; 135.125.132.246; 151.80.60.156; }
ip { 2001:41d0:801:2000::1099; 2001:41d0:302:2200::43c; 2001:41d0:701:1100::5772; }
}
type { all; }
2023-05-26 22:03:48 -07:00
}
2023-06-20 22:10:58 -07:00
# Web Clients
2022-01-14 21:16:34 -08:00
except ban {
2023-06-20 22:10:58 -07: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-14 21:16:34 -08:00
}
2020-03-29 02:16:53 -07:00
2023-05-26 22:03:48 -07:00
# Scanners
except ban {
2023-06-20 22:10:58 -07:00
mask {
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; }
}