Skip to content

Commit 86771e7

Browse files
Explicitly reference record types that users are able to create via UI
1 parent 53046e3 commit 86771e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/dns/zone-setups/partial-setup/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A partial setup is only available to customers on a Business or Enterprise plan.
3838
1. On the **Overview** page, select **Convert to CNAME DNS Setup**.
3939
2. Select **Convert** to confirm.
4040
3. Save the information from the **Verification TXT Record**. If you lose the information, you can also access it by going to **DNS** > **Records** > **Verification TXT Record**.
41-
4. Make sure that you have all the DNS records for subdomains that you want to proxy through Cloudflare.
41+
4. Make sure that you have all the DNS records (A, AAAA, or CNAME) for subdomains that you want to proxy through Cloudflare.
4242
</Steps>
4343

4444
## 2. Verify ownership for your domain

src/content/partials/dns/partial-setup-definition.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
import { GlossaryTooltip } from "~/components"
77

8-
A partial (`CNAME`) setup allows you to use [Cloudflare's reverse proxy](/fundamentals/concepts/how-cloudflare-works/) while maintaining your primary and authoritative DNS provider.
8+
A partial (CNAME) setup allows you to use [Cloudflare's reverse proxy](/fundamentals/concepts/how-cloudflare-works/) while maintaining your primary and authoritative DNS provider.
99

10-
Use this option to <GlossaryTooltip term="proxy status">proxy</GlossaryTooltip> only individual subdomains through Cloudflare's global network when you cannot change your authoritative DNS provider.
10+
Use this option to <GlossaryTooltip term="proxy status">proxy</GlossaryTooltip> only individual subdomains through Cloudflare when you cannot change your authoritative DNS provider. You will be able to create A, AAAA, and CNAME records, which are the DNS record types that can be [proxied](/dns/manage-dns-records/reference/proxied-dns-records/).

0 commit comments

Comments
 (0)