Surinam
Surinam
If change `logpath = /var/log/nginx/access.log` ``` [nginxrepeatoffender] enabled = true logpath = /var/log/nginx/access.log filter = nginxrepeatoffender banaction = nginxrepeatoffender bantime = 86400 ; 1 day findtime = 604800 ; 1...
@mitchellkrogza I fix problem in fail2ban, add `port = http,https` ``` [nginxrepeatoffender] enabled = true port = http,https logpath = /var/log/nginx/access.log filter = nginxrepeatoffender banaction = nginxrepeatoffender bantime = 86400...
``` %D0%A2%D0%B8%D0%BC%D0%BE%D1%82%D0%B8%20%D0%A0%D0%B5%D0%B4%D1%84%D0%BE%D1%80%D0%B4 %D0%A7%D0%B0%D0%B4%20%D0%A1%D1%82%D0%B0%D1%85%D0%B5%D0%BB%D1%81%D0%BA%D0%B8 ``` These are the cyrillic names of the actors. ``` Тимоти Редфорд Чад Стахелски ```
@mitchellkrogza I block these requests: **jail.local** ``` [nginx-x00] enabled = true port = http,https filter = nginx-x00 logpath = /var/log/nginx/access.log bantime = 86400 findtime = 86400 maxretry = 2 ```...
Yes, this is also a good option. It would be nice to check that it's better to block through a fail2ban/iptables or block through nginx. Nginx sends a 405 error...