mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 09:43:12 +02:00
8aa004271f
* We now only exempt `127.0.0.1` and `::1` by default (hardcoded in the source). Previously we exempted whole `127.*` but that gets in the way if you want to allow Tor with a [require authentication](https://www.unrealircd.org/docs/Require_authentication_block) block or soft-ban. Now you can just tell Tor to bind to `127.0.0.2` so its not affected by the default exemption. Reported on IRC and by PeGaSuS in https://bugs.unrealircd.org/view.php?id=6258