Modules/1.2/connectban
From the makers of InspIRCd.
connectban module (InspIRCd-1.2 version)
| 1.1 Documentation | 1.2 Documentation | 2.0 Documentation | 2.1 Documentation |
| Return to the 1.2 Module List | |||
| Description
|
| Provides per-IP connection throttling. Any IP that excessively connects in an hour is zlined, and their reconnect count resets to 0. |
| Configuration Tags
|
<connectban threshold="10" duration="10m">
|
| Modes
|
| This module does not implement any extra user or channel modes. |
| Extended Bans (Extbans)
|
| This module implements no extended bans. |
| Commands
|
| This module adds no extra commands. |
| Special Notes
|
Connectban respects the <cidr> tag or you can specify CIDR values specifically for connectban in the configuration block for it like so:
ipv4cidr="32" ipv6cidr="128" You can use it for handling ISP "curtailing". For more information, please have a look-see at this CIDR Tutorial. |

















