To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Connect throttle: Difference between revisions
Jump to navigation
Jump to search
DarthGandalf (talk | contribs) Created page with "{{DISPLAYTITLE:connect_throttle}} {{Extra Module}} This module implements a fail2ban-like behaviour. When a login fails, all logins from that IP are blocked for a configurabl..." |
>Un1matr1x mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:connect_throttle}} | {{DISPLAYTITLE:connect_throttle}} | ||
{{ | {{Core Module | version = 1.0}} | ||
This module implements a fail2ban-like behaviour. When a login fails, all logins from that IP are blocked for a configurable timespan. | This module implements a fail2ban-like behaviour. When a login fails, all logins from that IP are blocked for a configurable timespan. |
Revision as of 16:36, 7 November 2012
This module is a part of ZNC. This module is shipped with ZNC by default. If you have the right "LoadMod" you can activate it with /znc LoadMod connect_throttle The code for this module can be found here. This module is part of ZNC since Version 1.0 |
This module implements a fail2ban-like behaviour. When a login fails, all logins from that IP are blocked for a configurable timespan.
Usage
Arguments
This user module takes one arguments. The argument is the time in seconds a user is blocked after a failed login.
Read loading modules to learn more about loading modules.