What are DNS records?
DNS (Domain Name System) is like the phone book of the Internet. DNS records indicate where your website is hosted, where emails are sent and other services associated with your domain.
- A Record: Points the domain to an IP address (for web)
- MX Record: Indicates where emails should be delivered
- CNAME Record: Creates an alias from one domain to another
- TXT Record: For verifications and special configurations (SPF, DKIM, etc.)