Report this

What is the reason for this report?

Bot Blocking with Nginx

Posted on August 20, 2021

We have a regular Digital Ocean Droplet running Nginx / gunicorn/ django. We want to set up some defenses against bots and other malicious requests. I found this really nice solution, https://kb.linuxlove.xyz/nginx-badbotblocker.html.

Then it occurred to me that maybe DO is doing some of this before traffic gets to our droplet server. Does anyone have experience with the nginx-badbotblocker and what if anything does DO do for us out of the box?

Thank you.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

I don’t think that there is anything on the network level that inspects the TCP packets for such activities.

I personally use Cloudflare and their Bot Fight Mode option which challenges requests that match patterns of known bots, before they access your site.

But the Nginx solution that you’ve shared also looks very good.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.