about cname record and a record limits

is there any limits on how many cname or a record I can make in cloudflare for same server address.
17 Replies
Alvee
Alvee5mo ago
domain bought for cloudflare
Cyb3r-Jak3
Cyb3r-Jak35mo ago
You have 1000 DNS records on free plan. You can have as many CNAMEs as you want that share the same target. They just can’t share the same name
Alvee
Alvee5mo ago
so here IPv4 will be same. like I have one ip I want to create 50k A record point to same ip with different Name. will this be paid or is possible with free plan
No description
Cyb3r-Jak3
Cyb3r-Jak35mo ago
That’s going to need enterprise and honestly don’t know how feasible it would be. The max Cloudflare allows is 5000 on paid plans. You should think about your design if you need 50k DNS records….
Chaika
Chaika5mo ago
Can you not use a wildcard?
zegevlier
zegevlier5mo ago
Also note that wildcard subdomains are a thing yea
Alvee
Alvee5mo ago
lemme search what's that
Chaika
Chaika5mo ago
Wildcard DNS records · Cloudflare DNS docs
Normal DNS records map a domain name to one or multiple IP addresses or other associated resources to a specific domain name (a one-to-many mapping).
Alvee
Alvee5mo ago
damn
No description
Alvee
Alvee5mo ago
so my cname records will still work if I use the wildcard beside right? I use cname for email and 20 other things
Chaika
Chaika5mo ago
Yea if you do * you can still create specific subdomains as well (ex API -> someotherip) and the wildcard will only do anything for subdomains that don't have records created
Alvee
Alvee5mo ago
let's say I have this. then I have 20 C NAME record. that 20 cname will also work or thoese also will go in this ip
No description
Alvee
Alvee5mo ago
what about having a wildcard + adding 3,4 custom a record that's supported?
Chaika
Chaika5mo ago
you mean 20 cnames on other hostnames/names?
Wildcard records are used as the response for all subdomains that are not specifically covered by another DNS record.
Alvee
Alvee5mo ago
so like I can have all my subdomain point to an ip with wildcard. but what if I need some subdomain to do other thing like email.domain.com static.domain.com will they work or setting up a wildcard meaning all sub domain go to that ip
Chaika
Chaika5mo ago
that's the important bit about wildcards
Alvee
Alvee5mo ago
I see