This tutorial is deprecated in favour of Manage DNS records · Cloudflare DNS docs
Archive
This tutorial covers adding DNS records to verify your domain with various services.
DNS at Cloudflare
If your domain uses Cloudflare for DNS, all records required will need to be added here. This is done in the DNS section of your dashboard, log in to Cloudflare and choose the DNS app or click the icon below to be redirected there.
Hostname
This is the domain/subdomain that you want the record to be added for. Sometimes a provider will give you a subdomain like _verification.yourdomain.tld
, but generally if they do not specify the hostname that the record should be on, it should be on the domain/subdomain hosting the service.
Content
There are two common record types used for verification, TXT and CNAME.
TXT records - these contain plain text as the content and you will often be given a string to use to verify your domain, something like:
service-verification=75f1e039cbf2255fc99075c091390424
CNAME records - these point to a hostname at your provider, often something like:
hostname.serviceprovider.tld
IMPORTANT NOTE: If you add a CNAME record in Cloudflare, by default it will be set to proxied (orange), this means that it will return A records pointing to Cloudflare IPs, rather than the desired CNAME. If a provider needs to validate the CNAME, you must change it from proxied () to unproxied (
).
Adding the records
In the DNS section of your dashboard, you will see the button. When you click this, you will be able to select the type of record you want to add and paste the required values in.
Example TXT
Instruction from provider:
Add a TXT record for your domain with the content:
service-verification=75f1e039cbf2255fc99075c091390424
In Cloudflare, we add:
Example CNAME
Instruction from provider:
Add a CNAME record for the subdomain
service.yourdomain.tld
Pointing toyourdomain.serviceprovider.tld
In Cloudflare, we add:
Tutorial Reference: CT-48
Reviewed: 07/21
This is a Community Tutorial, most are wiki posts, so can be contributed to by Regulars and MVPs here. If there is a tutorial you would like to see, you can request one here.
If you would like to provide any feedback on this tutorial, please post in the #Meta category, tag your post #TutorialFeedback and let us know the Tutorial Reference above.
Other great resources on this community include the Community Tips . These address best practices when configuring Cloudflare, how to fix issues you may see, and tools to troubleshoot. Also you can view Expert Tips, great posts on the community from people in the know that may help you with your issue.
We encourage users to check out these great resources and the Cloudflare Support Centre before posting