ircd-ratbox/ircd-ratbox-3.0.10/doc/README.cidr_bans

18 lines
464 B
Plaintext
Raw Permalink Normal View History

2023-08-20 17:26:10 +00:00
$Id: README.cidr_bans 23020 2006-09-01 18:20:19Z androsyn $
Basically what this patch does is allow for users to use cidr masks when
setting bans, exceptions, and invite invex(modes beI respectively). This
works for both IPv4 and IPv6 addresses.
I won't go into details of how cidr works here, but to use them, you could
do something like:
/mode #foo +b *!*@10.0.0.0/8
/mode #foo +e *!*@10.0.10.0/24
Aaron Sethman <androsyn@ratbox.org>
August 06, 2002