Learn how to export or bulk import DNS records for a Cloudflare domain.
Overview
Cloudflare's DNS record import functionality only adds new records and cannot alter or remove preexisting DNS records. Imported records are automatically proxied to Cloudflare if possible. To ensure records are not automatically proxied upon import, use the Cloudflare API to import DNS records from a file and set proxied=false.
The number of DNS records per zone imported to Cloudflare is limited and limit increases are only considered for Enterprise customers:
- 200 records for Free customers, and
- 3500 records for Pro, Business, and Enterprise customers
Steps to import or export DNS records
- Log into the Cloudflare dashboard.
- Click the appropriate Cloudflare account corresponding to the domain.
- Select the proper domain.
- Click the DNS app.
- To the right of the DNS Record search bar, click Advanced.
- Next, select one of the following actions:
- Click Select a file to import a BIND-formatted file of DNS records.
- Click Export to download a BIND-formatted file of current records.
- To automatically proxy applicable CNAME and A records to Cloudflare upon import, ensure Proxy imported DNS records is selected.
Related Resources