mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-17 02:29:49 +00:00
Fail2Ban Filter Regex Modified
This commit is contained in:
parent
72ca64c0e4
commit
02180d6746
3 changed files with 13 additions and 13 deletions
|
@ -1,13 +1,13 @@
|
|||
# Fail2Ban Blacklist for Repeat Offenders of Nginx (action.d)
|
||||
|
||||
### Author: Mitchell Krog <mitchellkrog@gmail.com>
|
||||
### Version: 1.0
|
||||
### Version: 1.1
|
||||
|
||||
# Add on for Nginx Ultimate Bad Bot blocker
|
||||
GitHub: https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
|
||||
|
||||
##### Tested On: Fail2Ban 0.91
|
||||
##### Tested On: Fail2Ban 0.9.3
|
||||
##### Server: Ubuntu 16.04
|
||||
##### Firewall: IPTables
|
||||
|
||||
|
@ -28,9 +28,9 @@ Only works with IPTables
|
|||
The Recidive Jail from Fail2Ban
|
||||
|
||||
This custom filter and action for Fail2Ban will monitor your Nginx logs and perma-ban
|
||||
any IP address that has generated far too many 444 errors over a 1 week period
|
||||
any IP address that has generated far too many 444 or 403 errors over a 1 week period
|
||||
and ban them for 1 day. This works like a charm as an add-on for my Nginx Bad
|
||||
Bot Blocker which takes care of generating the 444 errors based on the extensive
|
||||
Bot Blocker which takes care of generating the 444 or 403 errors based on the extensive
|
||||
list of Bad Referers, Bots, Scrapers and IP addresses that it covers. This provides short
|
||||
block periods of one day which is enough to keep agressive bots from filling up your log files.
|
||||
See - https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker for more info on the Nginx Bad Bot Blocker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue