Tip of the day: The Security article gives hands-on tips on how to deal with drone attacks, flooding, spammers, (D)DoS and more.

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;
};