By Ankush Gupta
Actually, I want to block all bot IPs from visiting my webpage. Also want to block particular IP sets.
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!
Youtube tutorial of how to whitelist IP address with Digital Ocean’s firewall: https://snipp.ly/l/OjLdg
Whitelist can be better in some cases then blacklisting IPs so here is a video for that just in case that can be of use to you in your situation
The simplest way to block specific IP address or ranges of them would be to set up a basic firewall using UFW. It is included with Ubuntu by default.
You can then block a specific IP address by running:
- sudo ufw deny from XXX.XXX.XX.XX
For a deeper dive into using UFW, check out:
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.