[SOLVED] Protecting Nginx against DDoS attacks by Fail2Ban
by Jason.nix from LinuxQuestions.org on (#6K3HR)
Hello,
To protect Nginx against DDoS attacks by Fail2Ban I found the following tutorial:
https://easyengine.io/tutorials/nginx/fail2ban/
What does HOST mean in the following line? Should I enter the IP address of the host or the domain name of the website?
Code:failregex = limiting requests, excess:.* by zone.*client: <HOST>Thank you.
To protect Nginx against DDoS attacks by Fail2Ban I found the following tutorial:
https://easyengine.io/tutorials/nginx/fail2ban/
What does HOST mean in the following line? Should I enter the IP address of the host or the domain name of the website?
Code:failregex = limiting requests, excess:.* by zone.*client: <HOST>Thank you.