Hey Team! I'm facing an issue with my project. It's a NextJS 14 app, retrieving content from a Strapi CMS instance (in Railway). To perform an on-demand retrieval when needed, I set up a webhook on my nextjs app, so when in Strapi there is an update, will consume that webhook to notify about that change to expire the cache and retrieve again the info.
Yesterday was working like a charm, but today, I noticed that it doesn't work anymore. Checking the firewall activity, I saw that it was identified as a DDoS attack because I modified 9 contents and triggered that amount of events. Even if that number is not significant it was detected as a DDoS attack, and now, that IP is like banned:

I'm trying to whitelist it with custom rules, but even if I put that exact IP, the JA4 digest, or directly the resource patch, it's being blocked:

Is there a way to address this issue? Is there a flush on the Vercel side on those "blocked ips"?
