#Can you use rules to stop your site being served by Cloudflare CDNs in certain locations?

4 messages · Page 1 of 1 (latest)

pulsar frigate
#

I have a client who would like to prevent their website being served from servers located in certain places, which are reasonably popular places to host CDN datacenters.

Rather than look for a CDN with a matching network, I was hoping this was possible using CF rules. I get the impression it ought to be from the documentation, but I'm way over my head and really have no idea.

Can anyone please tell me whether or not this can be done? And, if possible, how one might do this or where they might learn how.

I'm sorry if this is way out of left field or inappropriate. It's my first time here. I'm looking for what I think is a fairly straightforward answer to a simple quesion, but can't find anything anywhere..

narrow gust
# pulsar frigate I have a client who would like to prevent their website being served from server...

I mean you could block requests from specific countries based on GeoIP, or with Enterprise you can use regional services: https://developers.cloudflare.com/data-localization/region-support/ but even regional services at the end of the day receive the request in the closest location and just forward it encrypted to the region you specify. CF is anycast, so all traffic is just going to go to the closest routable location

pulsar frigate
#

I hadn't thought of that. It would be a decent workaround if there are no rules-based solutions for excluding locations from caching yourcontent. But it would be easier at that point just to find a CDN that serves only from the locations they've approved.

narrow gust