mitchellkrogza / nginx-ultimate-bad-bot-blocker

Nginx Block Bad Bots, Spam Referrer Blocker, Vulnerability Scanners, User-Agents, Malware, Adware, Ransomware, Malicious Sites, with anti-DDOS, Wordpress Theme Detector Blocking and Fail2Ban Jail for Repeat Offenders
Other
3.81k stars 472 forks source link

What does the numerical limit below mean? #447

Closed topmask closed 2 years ago

topmask commented 2 years ago

0 = allowed - no limits

1 = allowed or rate limited less restrictive

2 = rate limited more

3 = block completely

This setting is the option of nginx?

Why the limit of others is 1

Note that: 0 = allow 1 = deny

https://github.com/mariusv/nginx-badbot-blocker/blob/master/blacklist.conf

mitchellkrogza commented 2 years ago

It was built allowing 1 and 2 to limit certain bots more restrictively than others

topmask commented 2 years ago

Thank you, I have been using it without problems