DNS record field guide
How to read a CNAME record check
CNAME records point one DNS name at another canonical name.
When to use this lookup
Use a CNAME lookup to verify SaaS, CDN and verification aliases without confusing the alias target with its final A or AAAA address.
Example
edge.example.net
- Answer shape
- A canonical DNS target name; additional lookups resolve that target to its final address data.
- Common failure
- The alias points to a missing target, forms a loop, or coexists with record data that is not permitted at the same owner name.
- Related checks
- A record, AAAA record
Troubleshooting checklist
- Do not publish a CNAME alongside other data at the same owner name.
- Check the target name separately when the alias resolves but the service does not.
- Look for alias loops or targets that no longer exist.