diff --git a/src/content/docs/dns/proxy-status/index.mdx b/src/content/docs/dns/proxy-status/index.mdx index 959e94a57386cb..de2fa067c9e383 100644 --- a/src/content/docs/dns/proxy-status/index.mdx +++ b/src/content/docs/dns/proxy-status/index.mdx @@ -76,6 +76,23 @@ DNS management for **example.com**: In this example, all traffic intended for `blog.example.com` will be treated as if both records were **Proxied**. + + +Cloudflare will also proxy a request if a hostname on the CNAME chain is proxied. + +
+ +DNS management for **example.com**: + +| Type | Name | Content | Proxy status | TTL | +| ---- | ------ | ----------- | ------------ | ---- | +| CNAME | `example.com` | `origin.example.net` | DNS only | Auto | +| CNAME | `origin.example.net` | `` | Proxied | Auto | + +In this example, all traffic intended for `example.com` will be treated as **Proxied**. + + +