Type | Name | IPv4 address | Proxy status |
---|---|---|---|
A | @ | 192.0.2.1 | Proxied |
When you add a domain to Cloudflare, you may also need to create a DNS record on your zone apex (example.com
).
To do this, create an IP address resolution record (A
, AAAA
, or CNAME
) using @
for the Name, as in the following example.
Type | Name | IPv4 address | Proxy status |
---|---|---|---|
A | @ | 192.0.2.1 | Proxied |
A
, AAAA
, or CNAME
as the record Type, according to your needs:
A
, use your zone apex (@
) for the record Name, and insert the IPv4 address in the respective field.AAAA
, use your zone apex (@
) for the record Name, and insert the IPv6 address in the respective field.your-site.host.example.com
), select CNAME
, use your zone apex (@
) for the record Name, and insert the fully qualified domain name in the Target field.Use the Create DNS Record API endpoint.
For field definitions, refer to the API documentation (visible once you select the record type under the request body specification).
@
) for the field name
, and use the IPv4 address for the field content
.@
) for the field name
, and use the IPv6 address for the field content
.your-site.host.example.com
), select CNAME Record, use your zone apex (@
) for the field name
, and use the fully qualified domain name for the field content
.Once you create a domain, you may want to route that traffic to other places.
For more guidance, refer to Redirect domain to subdomain or Redirect one domain to another.
Cloudflare offers free, unshared, publicy trusted Universal SSL certificates to all Cloudflare domains.