There's someone sending a DDoS attack on my worker

I created a worker in JS, and it was working perfectly. However, a few hours ago, someone sent a huge number of requests, exceeding the limit of 100,000, and it's still increasing, reaching 200,000. I don't know how to stop it, and I've tried many things, but the requests haven't stopped yet. I need someone to help me figure out how to stop it. The logs are recording all of his request
No description
No description
3 Replies
sudo mv / /dev/null
He is launching a DDoS attack, but I don't know how to stop it. I've tried many things uh why there's no ddos protect in workers
SuperHelpflare
If you are under a DDoS attack then you can take a look at these threads for first steps and help with mitigation: - https://community.cloudflare.com/t/under-ddos-attack-first-steps/89476 - https://community.cloudflare.com/t/mitigating-an-http-ddos-attack-manually-with-cloudflare/302366
sudo mv / /dev/null
but this is a worker not a website how sry but idk much about cf

Did you find this page helpful?