DNS Record

DNS Record Presets

Ready-to-deploy configuration presets for DNS Record. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

A Record

This preset creates a DNS A record that maps a hostname to an IPv4 address. This is the most common DNS record type, used to point domain names at servers, load balancers, or other IP-based endpoints.

02

CNAME Record

This preset creates a DNS CNAME record that maps a hostname to another hostname. CNAMEs are used to create aliases -- for example, pointing `www.example.com` to the canonical hostname of an...