mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-02 22:03:14 +02:00
18202a0f73
* The 'ban too broad' checking was broken. This permitted glines such
as 192.168.0.0/1 being set. Now it rejects CIDR of /15 and lower.
To disable this safety measure you can (still) use:
set { options { allow-insane-bans; }; };