No, DigitalOcean has been blocked for at least a year now because I remember seeing a similar post. It must be related to a security thing and there are probably no plans to unblock. Write in to support maybe they can provide some more information
CloudFlare Blocking My VPS
No, DigitalOcean has been blocked for at least a year now because I remember seeing a similar post. It must be related to a security thing and there are probably no plans to unblock. Write in to support maybe they can provide some more information
Thank you for the response, it seems a bit extreme that an entire hosting platform is blocked for security but I will see if I can make any progress with support.

It's highly likely due to malicious traffic from the provider networks and the provider doing nothing to prevent it.

If you're getting blocked by cloudflare you can always make requests from cloudflare, I learned this while webscraping lol. Their workers platform is really easy to use and they even support the python requests library. Aside from that you could look into using residential proxies for your requests but I would check to make sure that doesn't violate the TOS before doing so.
https://developers.cloudflare.com/workers/languages/python
Hello, I have recently been trying to set up some Discord integrations with chess.com, but my VPS seems to be totally blocked from the API endpoints by CloudFlare.
Requests from with Python, with curl, anything to any of the API endpoints are receiving a response that my action triggered a security solution and has been blocked. This only happens from my DigitalOcean VPS, not from my local computer. I have never attempted to use the chess.com API previously.
I have also tested curl'ing other CloudFlare protected sites from my VPS and not run into these issues. Is there any way I can seek a resolution to this?