Skip to content

Commit 42fe2a3

Browse files
Point to API if other DNS record types are needed
1 parent 86771e7 commit 42fe2a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Once you are on a partial setup, the actual resolution of your records to Cloudf
1717
* [Set up a partial domain](/dns/zone-setups/partial-setup/setup/)
1818
* [Convert a partial setup to a full setup](/dns/zone-setups/conversions/convert-partial-to-full/)
1919
* [Convert a partial setup to a secondary setup](/dns/zone-setups/conversions/convert-partial-to-secondary/)
20+
* [Crete DNS records of other types](/dns/zone-setups/partial-setup/setup/#other-record-types)
2021

2122
## Availability
2223

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@ If your organization has multiple Cloudflare accounts, also consider using zone
8181
2. Remove any previously existing `A`, `AAAA`, or `CNAME` records referencing the hostnames you want to proxy through Cloudflare. For these hostnames, leave only the records pointing to `{your-hostname}.cdn.cloudflare.net`.
8282

8383
2. Repeat this process for each subdomain that should be proxied to Cloudflare.
84-
</Steps>
84+
</Steps>
85+
86+
---
87+
88+
## Other record types
89+
90+
If you are preparing a conversion from partial to full setup, or if you have a more specific use case, you can use the [Create DNS Record](/api/operations/dns-records-for-a-zone-create-dns-record) API endpoint to create DNS records of any supported type.

0 commit comments

Comments
 (0)