Tip of the day: Log files can use JSON logging. You can also send the JSON data to IRCOps on IRC.

The JSON is machine readable and contains lots of details about every log event.

CIDR

From UnrealIRCd documentation wiki
Jump to navigation Jump to search
This page is a translated version of the page CIDR and the translation is 100% complete.
Other languages:
English • ‎français

UnrealIRCd supporte la notation CIDR pour autoriser ou bloquer des IPs. Cette notation peut être utilisée pour les bans, les blocs Allow, les oper::mask, etc ... Si vous préférez utiliser les CIDR, vous pouvez.

Un exemple de notation CIDR est "127.0.0.0/8" qui correspond à toutes les adresses entre "127.0.0.0" et "127.255.255.255". Dans cet exemple, on aurait tout aussi bien pu utiliser "127.*".

Pour plus d'informations, allez voir la page Wikipédia sur les CIDR.