Skip to content

Commit a98fc6f

Browse files
author
Janik Rabe
authored
Update limitations.mdx
1 parent c018c0c commit a98fc6f

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

src/content/partials/dns/limitations.mdx

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

88
#### Proxy eligibility
99

10-
By default, `A`, `AAAA`, and `CNAME` DNS records that serve `HTTP/HTTPS` traffic 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

14-
The following types of DNS records may be in your DNS configuration, but cannot be proxied:
15-
16-
* `CAA`
17-
* `DKIM`
18-
* `DMARC`
19-
* `DNSKEY`
20-
* `DS`
21-
* `HTTPS`
22-
* `MX`
23-
* `NS`
24-
* `PTR`
25-
* `SOA`
26-
* `SPF`
27-
* `SRV`
28-
* `SVCB`
29-
* `TXT`
30-
3114
#### Ports and protocols
3215

3316
To proxy `HTTP/HTTPS` traffic on [non-standard ports](/fundamentals/reference/network-ports/) or to proxy a `TCP-` or `UDP-` based application, use [Cloudflare Spectrum](/spectrum/).
@@ -36,7 +19,7 @@ To proxy `HTTP/HTTPS` traffic on [non-standard ports](/fundamentals/reference/ne
3619

3720
<Render file="onboard-warning" product="dns" /> <br/>
3821

39-
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.
4023

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

0 commit comments

Comments
 (0)