I have a webserver running on my digital ocean vps but in the vps whenever someone opens my website many requests start to come from AS14061 DigitalOcean, LLC this hostname if I block it my website stops working stops working.
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.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
There are a few things that come to my mind which might be causing this for you:
Monitoring or Health Checks: If you’ve set up any monitoring or health check tools within your DigitalOcean dashboard (like monitoring the uptime of your Droplet), these will generate requests to your server from within DigitalOcean’s network.
Load Balancers: If you’re using DigitalOcean’s Load Balancers or any CDN services that run on DigitalOcean, the traffic from these services might also originate from AS14061.
Where exactly do you observe those requests? Is in in your web browser console or in your server logs?
If you’ve enabled the DigitalOcean Uptime Monitoring service, it periodically sends requests to check on your server’s health. If you feel you’re receiving excessive requests due to this, consider adjusting the monitoring settings. You should consider reducing the frequency of checks or defining the checks to be executed from fewer regions.
Let me know how it goes!
Best,
Bobby