Difference between revisions of "Fail2ban"
Jump to navigation
Jump to search
(documenting weirdness) |
(Created page with "== Blocking spammers from your wiki == If you have a public wiki that allows content creation for registered users and also registration without email confirmation and/or acc...") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 36: | Line 36: | ||
# Values: TEXT | # Values: TEXT | ||
# | # | ||
− | failregex = ^<HOST> -.* | + | failregex = ^<HOST> -.*.* |
# Option: ignoreregex | # Option: ignoreregex | ||
# Notes.: regex to ignore. If this regex matches, the line is ignored. | # Notes.: regex to ignore. If this regex matches, the line is ignored. | ||
Line 44: | Line 44: | ||
ignoreregex = 99\.999\.9\.99 | ignoreregex = 99\.999\.9\.99 | ||
</source> | </source> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Security]] | [[Category:Security]] | ||
Line 70: | Line 49: | ||
[[Category:Firewall]] | [[Category:Firewall]] | ||
[[Category:SSH]] | [[Category:SSH]] | ||
− |