Skip to content

Configuration guides

Learn how to configure Cloudflare products with the Data Localization Suite, including Regional Services (which controls where traffic is decrypted and processed) and Customer Metadata Boundary (which controls where logs are stored).

Verify Regional Services behavior

In order to verify that Regional Services is working, customers can confirm the behavior by executing one of the following curl commands on a regionalized hostname:

Terminal window
curl -X GET -I https://<HOSTNAME>/ 2>&1 | grep cf-ray
Terminal window
curl -s https://<HOSTNAME>/cdn-cgi/trace | grep "colo="

The first command will return a three-letter IATA code (an airport identifier that corresponds to the nearest Cloudflare data center) in the Cf-Ray header, indicating the Cloudflare data center location of processing and/or TLS termination (traffic decryption). The second command will directly return the three-letter IATA code.

For example, when a hostname is configured to use the region European Union (EU), the three-letter IATA code will always return a data center inside of the EU.