You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/manage-dns-records/reference/proxied-dns-records.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ sidebar:
8
8
9
9
import { Render } from"~/components"
10
10
11
-
The **Proxy status** of a DNS record affects how Cloudflare treats incoming traffic to that record. Cloudflare recommends enabling our proxy for all `A`, `AAAA`, and `CNAME` records.
11
+
The **Proxy status** of a DNS record affects how Cloudflare treats incoming traffic to that record. Cloudflare recommends enabling our proxy for all `A`, `AAAA`, and `CNAME` records that are used for serving web traffic.
12
12
13
13

Copy file name to clipboardExpand all lines: src/content/docs/dns/troubleshooting/faq.mdx
+17-22Lines changed: 17 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import { Render } from "~/components";
10
10
11
11
## Is Cloudflare a free DNS (domain nameserver) provider?
12
12
13
-
Yes. Cloudflare offers [free DNS services](https://www.cloudflare.com/dns) to customers in all plans. Note that:
13
+
Yes. Cloudflare offers [free DNS services](https://www.cloudflare.com/dns) to customers on all plans. Note that:
14
14
15
15
1. You do not need to change your hosting provider to use Cloudflare.
16
16
2. You do not need to move away from your registrar. The only change you make with your registrar is to point the authoritative nameservers to the Cloudflare nameservers.
@@ -29,11 +29,11 @@ For customers on Enterprise plans, Cloudflare uses the number of monthly DNS que
29
29
30
30
## Where do I change my nameservers to point to Cloudflare?
31
31
32
-
Make the change at your registrar, which may or may not be your hosting provider. If you don't know who your registrar is for the domain, you can find this by doing a WHOis search. You can use [ICANN Lookup](https://lookup.icann.org/), for example.
32
+
Make the change at your registrar, which is where you registered your domain. This may or may not be your hosting provider. If you don't know who your registrar is for the domain, you can find this by doing a WHOIS search. You can use [ICANN Lookup](https://lookup.icann.org/), for example.
33
33
34
34
:::caution
35
35
36
-
Some country code TLDs may not be supported by ICANN Lookup. If that is the case, use a different WHOis search tool.
36
+
Some country code TLDs may not be supported by ICANN Lookup. If that is the case, use a different WHOIS search tool.
37
37
:::
38
38
39
39
Once you identify your registrar, follow the instructions in [change nameservers to Cloudflare](/dns/zone-setups/full-setup/setup/#update-your-nameservers).
@@ -44,12 +44,13 @@ Once you identify your registrar, follow the instructions in [change nameserver
44
44
45
45
Yes. All customers have a limit on the number of DNS records they can create.
46
46
47
-
- Free zones created before `2024-09-01 00:00:00 UTC`: 1,000
48
-
- Free zones created on or after `2024-09-01 00:00:00 UTC`: 200
47
+
- Free: 200
49
48
- Pro: 3,500
50
49
- Business: 3,500
51
50
- Enterprise: 3,500
52
51
52
+
Free zones created before 2024-09-01 00:00:00 UTC have an increased limit of 1,000.
53
+
53
54
:::note[For more DNS records]
54
55
55
56
If you are an Enterprise customer and require more DNS records, contact your account team. Cloudflare can support millions of DNS records on a single zone.
@@ -59,7 +60,7 @@ If you are an Enterprise customer and require more DNS records, contact your acc
59
60
60
61
---
61
62
62
-
## Which record types does Cloudflare not proxy?
63
+
## Which record types can Cloudflare proxy?
63
64
64
65
Only `A`, `AAAA`, and `CNAME` records can be proxied. Cloudflare will not proxy any other [DNS record types](/dns/manage-dns-records/reference/dns-record-types/).
65
66
@@ -75,15 +76,17 @@ Redirecting non-Cloudflare sites via `CNAME` records would cause a DNS resolutio
75
76
76
77
## Does Cloudflare support wildcard DNS entries?
77
78
78
-
Cloudflare supports proxying wildcard '\*' record for DNS management in all customer plans.
79
+
Cloudflare supports wildcard '*' DNS records, both proxied and unproxied, on all plans.
79
80
80
81
---
81
82
82
83
## How long does it take for a DNS change I made to push out?
83
84
84
-
By default, any changes or additions you make to your Cloudflare zone file will push out in 5 minutes or less. Your local DNS cache may take longer to update; as such, propagation everywhere might take longer than 5 minutes.
85
+
By default, any changes or additions you make to your Cloudflare zone file will take effect globally within 5 minutes, usually much less.
86
+
87
+
Depending on the Time-to-Live (TTL) set on the previous [DNS record](/dns/manage-dns-records/how-to/create-dns-records/), old data may still remain cached until the TTL expires. Proxied records expire after 5 minutes ("Automatic"), but the TTL for unproxied records can be customized.
85
88
86
-
This setting is controlled by the Time-to-Live (TTL) value on a [DNS record](/dns/manage-dns-records/how-to/create-dns-records/). Proxied records update within 300 seconds (Auto), but the TTL for unproxied records can be customized.
89
+
If changes to records with large TTLs are anticipated, it may make sense to reduce the TTL ahead of time so that the change takes effect as quickly as possible.
87
90
88
91
---
89
92
@@ -103,9 +106,9 @@ Because of Cloudflare's many advanced DNS features like CNAME flattening, it can
103
106
104
107
Instead of using `ANY` queries to list records, Cloudflare customers can get a better overview of their DNS records by logging in and checking their DNS app settings.
105
108
106
-
The decision to block `ANY` queries was implemented for all Authoritative DNS customers in September 2015, and does not affect Virtual DNS customers.
109
+
The decision to block `ANY` queries was implemented for all Authoritative DNS customers in September 2015, and does not affect DNS Firewall customers.
107
110
108
-
Read [Deprecating the DNS ANY meta-query type](https://blog.cloudflare.com/deprecating-dns-any-meta-query-type/)in the Cloudflare blog.
111
+
Read [Deprecating the DNS ANY meta-query type](https://blog.cloudflare.com/deprecating-dns-any-meta-query-type/)on the Cloudflare blog.
109
112
110
113
---
111
114
@@ -189,9 +192,9 @@ Make sure the argument `zone_id = data.cloudflare_zones.example_com.zones[0].id`
189
192
190
193
## Why am I getting hundreds of random DNS records after adding my domain?
191
194
192
-
This can happen when you had a wildcard \* record configured at your previous authoritative DNS. You can remove these records in bulk [using the API](/api/resources/dns/subresources/records/methods/delete/).
195
+
This can happen when you had a wildcard `*` record configured at your previous authoritative DNS, and for some reason the wildcard record wasn't detected. You can remove these records in bulk [using the API](/api/resources/dns/subresources/records/methods/delete/).
193
196
194
-
You can also:
197
+
Alternatively, you can also:
195
198
196
199
1.[Remove your domain](/fundamentals/setup/manage-domains/remove-domain/) from Cloudflare.
197
200
2. Delete the wildcard record from your authoritative DNS.
@@ -233,20 +236,12 @@ server IP address, typically for the `www` subdomain and the apex domain (also k
233
236
234
237
For domains where Cloudflare hosts the DNS, Cloudflare continuously checks whether the domain uses Cloudflare’s nameservers for DNS resolution. If Cloudflare's nameservers are not used, the [domain status](/dns/zone-setups/reference/domain-status/) is updated from *Active* to *Moved* in the Cloudflare **Overview** app and an email is sent to the customer.
235
238
236
-
This is important because - if a domain is in a _Moved_ state for a [long enough period of time](/dns/zone-setups/reference/domain-status/) - it will be deleted from Cloudflare.
239
+
This is important because, if a domain is in a _Moved_ state for a [long enough period of time](/dns/zone-setups/reference/domain-status/), it will be deleted from Cloudflare.
237
240
238
241
<Renderfile="recover-deleted-domain" />
239
242
240
243
---
241
244
242
-
## Why can't I add certain TLDs via the DNS API?
243
-
244
-
The DNS API cannot be used for domains with `.cf`, `.ga`, `.gq`, `.ml`, or `.tk` TLDs. Use the Cloudflare Dashboard for managing such TLDs.
245
-
246
-
Enterprise customer can [contact Cloudflare Support](/support/contacting-cloudflare-support/) to remove this limitation.
247
-
248
-
---
249
-
250
245
## How to configure records on local DNS servers?
251
246
252
247
You can create CNAME records pointing to `cdn.cloudflare.net` in your local DNS to locally resolve hostnames through Cloudflare.
Copy file name to clipboardExpand all lines: src/content/partials/dns/limitations.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ import { Render } from "~/components"
7
7
8
8
#### Proxy eligibility
9
9
10
-
Only `A`, `AAAA`, and `CNAME` DNS records can be proxied.
10
+
Only `A`, `AAAA`, and `CNAME` DNS records that serve `HTTP` or `HTTPS` traffic can be proxied. Other record types cannot be proxied.
11
11
12
12
If you encounter a `CNAME` record that you cannot proxy — usually associated with another CDN provider — a proxied version of that record will cause connectivity errors. Cloudflare is purposely preventing that record from being proxied to protect you from a misconfiguration.
13
13
@@ -19,7 +19,7 @@ To proxy `HTTP/HTTPS` traffic on [non-standard ports](/fundamentals/reference/ne
This means that DNS records - even those set to [proxy traffic through Cloudflare](#proxied-records)-- will be [DNS-only](/dns/manage-dns-records/reference/proxied-dns-records/#dns-only-records) until your zone has been activated and any requests to your DNS records will return your origin server's IP address.
22
+
This means that DNS records — even those set to [proxy traffic through Cloudflare](#proxied-records)— will be [DNS-only](/dns/manage-dns-records/reference/proxied-dns-records/#dns-only-records) until your zone has been activated and any requests to your DNS records will return your origin server's IP address.
23
23
24
24
If this warning is still present after 24 hours, refer to [Troubleshooting](/dns/troubleshooting/).
0 commit comments