Get Started
You can use Regional Services through the dashboard or via API.
Configure Regional Services in the dashboard
To use Regional Services, you need to first create a DNS record in the dashboard:
- Log in to the Cloudflare dashboard, and select an account and domain.
- Go to the DNS tab.
- Follow these steps to create a DNS record.
- From the Region dropdown, select the region you would like to use on your domain. Refer to the table below for the complete list of available regions and their definitions. Only Super Administrators can view and edit the DNS Region used for Regional Services.
Region | Definition |
---|---|
Australia | Cloudflare will only use data centers that are physically located within Australia to decrypt and service HTTPS traffic. |
Canada | Cloudflare will only use data centers that are physically located within Canada to decrypt and service HTTPS traffic. |
European Union | Cloudflare will only use data centers that are physically located within the European Union. For more details, refer to the list of European Union countries. |
India | Cloudflare will only use data centers that are physically located within India to decrypt and service HTTPS traffic. |
Japan | Cloudflare will only use data centers that are physically located within Japan to decrypt and service HTTPS traffic. |
United States of America | Cloudflare will only use data centers that are physically located within the United States of America to decrypt and service HTTPS traffic. |
FedRAMP Compliant | Cloudflare will only use data centers that are FedRAMP certified. |
ISO 27001 Certified European Union | Cloudflare will only use data centers that are physically located within the European Union and that adhere to the ISO 27001 certification. |
Germany | Cloudflare will only use data centers that are physically located within Germany to decrypt and service HTTPS traffic. |
Singapore | Cloudflare will only use data centers that are physically located within Singapore to decrypt and service HTTPS traffic. |
South Korea | Cloudflare will only use data centers that are physically located within South Korea to decrypt and service HTTPS traffic. |
Configure Regional Services via API
You can also use Regional Services via API. These are some examples of API requests.List all the available regions
Request
Response
Create a new regional hostname entry
Request
Response
List all regional hostnames for a zone or get a specific one
Request
Response
List all regional hostnames for a specific zone
Request
Response
Patch the region for a specific hostname
Request
Response
Delete the region configuration
Request
Response
Terraform support
You can also configure Regional Services using Terraform. For more details, refer to the cloudflare_regional_hostname
resource in the Terraform documentation.