This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /etc/fail2ban/jail.local | |
| # [...] | |
| [nginx-dos] | |
| # Based on apache-badbots but a simple IP check (any IP requesting more than | |
| # 240 pages in 60 seconds, or 4p/s average, is suspicious) | |
| # Block for two full days. | |
| # @author Yannick Warnier | |
| enabled = true |