Skip to content

Commit b4726c4

Browse files
Recap what are DNS records, remove image, and add Benefits h3
1 parent b67f1cd commit b4726c4

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

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

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,27 @@ sidebar:
66

77
---
88

9-
import { Render } from "~/components"
9+
import { Render, Example } 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 that are used for serving web traffic.
11+
While your [DNS records](/dns/manage-dns-records/) are used to make your website or application available to visitors and other web services, the **Proxy status** of a DNS record is used to define how Cloudflare treats incoming traffic to that record.
1212

13-
![Proxy status affects how Cloudflare treats traffic intended for specific DNS records](~/assets/images/dns/proxy-status-screenshot.png)
13+
The records you can proxy through Cloudflare are [IP address resolution records](/dns/manage-dns-records/reference/dns-record-types/#ip-address-resolution) — meaning A, AAAA, or CNAME records. Cloudflare recommends setting to proxied all A, AAAA, and CNAME records that are used for serving web traffic.
1414

15-
***
15+
:::note
16+
Proxying is on by default (for the applicable records) when you onboard a domain via the dashboard.
17+
:::
18+
19+
### Benefits
20+
21+
When you set a DNS record to **Proxied**, Cloudflare can:
22+
23+
- Protect your origin server from [DDoS attacks](https://www.cloudflare.com/learning/ddos/what-is-a-ddos-attack/).
24+
- [Optimize, cache, and protect](/fundamentals/setup/manage-domains/connect-your-domain/#domain-configurations) all requests to your application.
25+
- Apply your configurations for a variety of Cloudflare products.
26+
27+
To understand how Cloudflare responds to requests for proxied records, refer to [How Cloudflare works](/fundamentals/concepts/how-cloudflare-works/).
28+
29+
---
1630

1731
## Proxied records
1832

@@ -32,7 +46,7 @@ Both HTTP/2 and HTTP/3 configurations also require that you have an SSL/TLS cert
3246

3347
<Render file="limitations" product="dns" />
3448

35-
***
49+
---
3650

3751
## DNS-only records
3852

0 commit comments

Comments
 (0)