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
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and zone.
12
12
2. Go to **DNS** > **Records** and select **Add record**.
13
13
3. Select `A`, `AAAA`, or `CNAME` as the record **Type**, according to your needs:
14
-
-If your hosting service has provided an IPv4 address, select `A`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the IPv4 address in the respective field.
15
-
-If your hosting service has provided an IPv6 address, select `AAAA`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the IPv6 address in the respective field.
16
-
-If your hosting service has provided a [fully qualified domain name (FQDN)](https://en.wikipedia.org/wiki/Fully_qualified_domain_name) (such as `your-site.host.example.com`), select `CNAME`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the fully qualified domain name in the **Target** field.
14
+
-To point to an IPv4 address, select `A`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the IPv4 address in the respective field.
15
+
-To point to an IPv6 address, select `AAAA`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the IPv6 address in the respective field.
16
+
-To point to a [fully qualified domain name (FQDN)](https://en.wikipedia.org/wiki/Fully_qualified_domain_name) (such as `your-site.host.example.com`), select `CNAME`, use {props.name} (<code>{props.example}</code>) for the record **Name**, and insert the fully qualified domain name in the **Target** field.
17
17
4. Specify the <GlossaryTooltipterm="proxy status"link="/dns/manage-dns-records/reference/proxied-dns-records/">**Proxy status**</GlossaryTooltip> and <GlossaryTooltipterm="time-to-live (TTL)"link="/dns/manage-dns-records/reference/ttl/">**TTL**</GlossaryTooltip> according to your needs.
18
18
5. Select **Save** to confirm.
19
19
</TabItem>
20
20
<TabItemlabel="API">
21
21
Use the [Create DNS Record API endpoint](/api/operations/dns-records-for-a-zone-create-dns-record).
-If your hosting service has provided an IPv4 address, select **A Record**, use {props.name} (<code>{props.example}</code>) for the field `name`, and use the IPv4 address for the field `content`.
24
-
-If your hosting service has provided an IPv6 address, select **AAAA Record**, use {props.name} (<code>{props.example}</code>) for the field `name`, and use the IPv6 address for the field `content`.
25
-
-If your hosting service has provided a [fully qualified domain name (FQDN)](https://en.wikipedia.org/wiki/Fully_qualified_domain_name) (such as `your-site.host.example.com`), select **CNAME Record**, use {props.name} (<code>{props.example}</code>) for the field `name`, and use the fully qualified domain name for the field `content`.
23
+
-To point to an IPv4 address, select **A Record**, use {props.name} (<code>{props.example}</code>) for the field `name`, and use the IPv4 address for the field `content`.
24
+
-To point to an IPv6 address, select **AAAA Record**, use {props.name} (<code>{props.example}</code>) for the field `name`, and use the IPv6 address for the field `content`.
25
+
-To point to a [fully qualified domain name (FQDN)](https://en.wikipedia.org/wiki/Fully_qualified_domain_name) (such as `your-site.host.example.com`), select **CNAME Record**, use {props.name} (<code>{props.example}</code>) for the field `name`, and use the fully qualified domain name for the field `content`.
0 commit comments