bunkerweb
bunkerweb copied to clipboard
Has Fail2Ban been removed?
I was trying to get banned by running attacks on the server, and I do get banned. However it is not an IP ban like fail2ban, but instead is simply just a ban where I get 403 responses. I think its better to have an actual firewall block such as fail2ban.
Hello @DeadPackets,
Yes fail2ban has been removed. I think a pragmatic solution would be to use the specific 444 code from NGINX. Users will have the choice between using 403 (forbidden page) codes or 444 (connection close).
You can tie fail2ban to 403 errors.. https://codepre.com/configuring-fail2ban-to-ban-403-forbidden-requests-in-nginx.html
Hello @DeadPackets and @baradhili,
We now support choosing between 403 (standard HTTP forbidden) or 444 (close connection) more info here : https://docs.bunkerweb.io/1.4/security-tuning/#deny-status-code