Skip to content

Commit 70ac903

Browse files
Janik RabeRebeccaTamachiro
andauthored
Update DNS FAQ and information about proxied records (#18962)
* Update faq.mdx * Update proxied-dns-records.mdx * Update limitations.mdx --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 2bccc4b commit 70ac903

File tree

3 files changed

+20
-25
lines changed

3 files changed

+20
-25
lines changed

src/content/docs/dns/manage-dns-records/reference/proxied-dns-records.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
import { Render } from "~/components"
1010

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.
1212

1313
![Proxy status affects how Cloudflare treats traffic intended for specific DNS records](~/assets/images/dns/proxy-status-screenshot.png)
1414

src/content/docs/dns/troubleshooting/faq.mdx

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Render } from "~/components";
1010

1111
## Is Cloudflare a free DNS (domain nameserver) provider?
1212

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:
1414

1515
1. You do not need to change your hosting provider to use Cloudflare.
1616
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
2929

3030
## Where do I change my nameservers to point to Cloudflare?
3131

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.
3333

3434
:::caution
3535

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.
3737
:::
3838

3939
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
4444

4545
Yes. All customers have a limit on the number of DNS records they can create.
4646

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
4948
- Pro: 3,500
5049
- Business: 3,500
5150
- Enterprise: 3,500
5251

52+
Free zones created before 2024-09-01 00:00:00 UTC have an increased limit of 1,000.
53+
5354
:::note[For more DNS records]
5455

5556
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
5960

6061
---
6162

62-
## Which record types does Cloudflare not proxy?
63+
## Which record types can Cloudflare proxy?
6364

6465
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/).
6566

@@ -75,15 +76,17 @@ Redirecting non-Cloudflare sites via `CNAME` records would cause a DNS resolutio
7576

7677
## Does Cloudflare support wildcard DNS entries?
7778

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.
7980

8081
---
8182

8283
## How long does it take for a DNS change I made to push out?
8384

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.
8588

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.
8790

8891
---
8992

@@ -103,9 +106,9 @@ Because of Cloudflare's many advanced DNS features like CNAME flattening, it can
103106

104107
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.
105108

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.
107110

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.
109112

110113
---
111114

@@ -189,9 +192,9 @@ Make sure the argument `zone_id = data.cloudflare_zones.example_com.zones[0].id`
189192

190193
## Why am I getting hundreds of random DNS records after adding my domain?
191194

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/).
193196

194-
You can also:
197+
Alternatively, you can also:
195198

196199
1. [Remove your domain](/fundamentals/setup/manage-domains/remove-domain/) from Cloudflare.
197200
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
233236

234237
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.
235238

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.
237240

238241
<Render file="recover-deleted-domain" />
239242

240243
---
241244

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-
250245
## How to configure records on local DNS servers?
251246

252247
You can create CNAME records pointing to `cdn.cloudflare.net` in your local DNS to locally resolve hostnames through Cloudflare.

src/content/partials/dns/limitations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Render } from "~/components"
77

88
#### Proxy eligibility
99

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.
1111

1212
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.
1313

@@ -19,7 +19,7 @@ To proxy `HTTP/HTTPS` traffic on [non-standard ports](/fundamentals/reference/ne
1919

2020
<Render file="onboard-warning" product="dns" /> <br/>
2121

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.
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.
2323

2424
If this warning is still present after 24 hours, refer to [Troubleshooting](/dns/troubleshooting/).
2525

0 commit comments

Comments
 (0)