Skip to content

Commit 1f42cbc

Browse files
Move content to partial and make it clearer
1 parent f15c8c2 commit 1f42cbc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

src/content/docs/dns/manage-dns-records/how-to/create-zone-apex.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Usually, the zone apex record makes your domain accessible by visitors. In this
1414

1515
### ANAME or ALIAS
1616

17-
ANAME or ALIAS are DNS records used by specific DNS providers. Since Cloudflare does [CNAME flattening](/dns/cname-flattening/), you can recreate these records as CNAME records instead. CNAME flattening allows you to create CNAME records at your [zone apex](/dns/concepts/#zone-apex).
17+
<Render file="aname-alias-callout" />
1818

1919
## Zone apex record
2020

src/content/docs/dns/troubleshooting/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Only `A`, `AAAA`, and `CNAME` records can be proxied. Cloudflare will not proxy
6868

6969
## How do I add ANAME records on Cloudflare?
7070

71-
ANAME or ALIAS are records used by specific DNS providers. Since Cloudflare does [CNAME flattening](/dns/cname-flattening/), you can recreate these records as CNAME records instead. CNAME flattening allows you to create CNAME records at your [zone apex](/dns/concepts/#zone-apex).
71+
<Render file="aname-alias-callout" />
7272

7373
---
7474

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
{}
3+
4+
---
5+
6+
ANAME or ALIAS are DNS records used by specific DNS providers. If your previous provider was using ANAME or ALIAS, you can recreate these records on Cloudflare as CNAME records. Cloudflare's [CNAME flattening](/dns/cname-flattening/)[^1] allows you to create CNAME records at your [zone apex](/dns/concepts/#zone-apex), removing the need for those other record types.
7+
8+
[^1]: A process in which Cloudflare returns an IP address instead of the target hostname that a CNAME record points to.

0 commit comments

Comments
 (0)