Tip of the day: Connthrottle will limit the damage from big drone attacks. Check if the flood thresholds and exceptions are OK for your network.

Translations:IRCOp guide/24/en

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

You can also use the configuration file to exempt IP addresses (and hosts) from bans. You do this by adding an Except ban block. Add this to your unrealircd.conf file and rehash:

except ban {
	mask *@198.51.100.1;
	type all;
};