• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How to block countries via Cloudflare's HTTP_CF_IPCOUNTRY data?

Richard Grevers

New Pleskian
Hi,
we have one Drupal site which is costing a fortune in spurious International traffic. We are using cloudflare, which is reducing much traffic, but not enough, since many requests are to non-cacheable pages.

I have turned on the HTTP_CF_IPCOUNTRY header at cloudflare, so every request for this site will contain the country of origin. The requests are coming from a wide range of IP addresses but predominantly from certain countries - the usual suspects. Since this is country-specific, blocking these countries won't hurt too much.
Options via Drupal are no use because it's forbidden page is still 200KB

So I'm looking for a solution that happens before Drupal receives the request, and which responds in as few bytes as possible and with the error code most likely to make the bots give up.
 
Back
Top