
The Data Localization Suite (DLS) provides granular control over where your data is inspected, stored, and processed across Cloudflare’s global network. It helps organizations comply with regional data residency regulations—such as GDPR, PDPA, or NDSR—by ensuring that encryption keys, HTTP traffic, and metadata remain confined to approved geographic boundaries.
Core Components:
Why it matters:
Key Enforcement Mechanisms:
Important: Each DLS component must be configured individually—enabling one does not automatically activate others. Compliance behavior may differ depending on your Cloudflare plan and product compatibility.
For supported products, compatibility details, and deployment best practices, visit the official documentation:
Data Localization Suite Compatibility Guide
Use the following command to verify that your data traffic is routed to and processed within the correct region. Adjust the hostname to match your configured DNS records.
curl -sI https://www.cloudflaretech.online/ | grep -i cf-ray | awk '{print $2}'
curl.exe -sI https://www.cloudflaretech.online/ | findstr /I "CF-RAY"
Watch this short demo to observe the Data Localization Suite (DLS) in action.