You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/dns/manage-dns-records/how-to/create-zone-apex.mdx
+5-20Lines changed: 5 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar:
6
6
7
7
---
8
8
9
-
import { Example, Tabs, TabItem, Render } from"~/components"
9
+
import { Example, Render } from"~/components"
10
10
11
11
When you add a domain to Cloudflare, you may also need to create a DNS record on your zone apex (`example.com`).
12
12
@@ -20,25 +20,10 @@ To do this, create an [IP address resolution record](/dns/manage-dns-records/ref
20
20
21
21
</Example>
22
22
23
-
<TabssyncKey="dashPlusAPI">
24
-
<TabItemlabel="Dashboard">
25
-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and zone.
26
-
2. Go to **DNS** > **Records** and select **Add record**.
27
-
3. Select `A`, `AAAA`, or `CNAME` as the record **Type**, according to your needs:
28
-
- If your hosting service has provided an IPv4 address, select `A`, use `@` for the record **Name**, and insert the IPv4 address in the respective field.
29
-
- If your hosting service has provided an IPv6 address, select `AAAA`, use `@` for the record **Name**, and insert the IPv6 address in the respective field.
30
-
- If your hosting service has provided a hostname (or a [fully qualified domain name](https://en.wikipedia.org/wiki/Fully_qualified_domain_name)), select `CNAME`, use `@` for the record **Name**, and insert the hostname in the **Target** field.
31
-
4. Specify the **Proxy status** and **TTL** according to your needs.
32
-
5. Select **Save** to confirm.
33
-
</TabItem>
34
-
<TabItemlabel="API">
35
-
Use the [Create DNS Record API endpoint](/api/operations/dns-records-for-a-zone-create-dns-record).
36
-
<Renderfile="api-field-definitions" />
37
-
- If your hosting service has provided an IPv4 address, select **A Record**, use `@` for the field `name`, and use the IPv4 address for the field `content`.
38
-
- If your hosting service has provided an IPv6 address, select **AAAA Record**, use `@` for the field `name`, and use the IPv6 address for the field `content`.
39
-
- If your hosting service has provided a hostname (or a [fully qualified domain name](https://en.wikipedia.org/wiki/Fully_qualified_domain_name)), select **CNAME Record**, use `@` for the field `name`, and use the hostname for the field `content`.
0 commit comments