Understanding DNS Records that are accessible via the Manage DNS in Your StackCP Dashboard.
HostMaria
Understanding #DNS #Records that are accessible via the Manage DNS in Your #StackCP Dashboard.
DNS stands for 'Domain Name System.' Although it sounds technical, it's quite simple. It's a method for your browser or mail client to locate websites and services on the internet.
Computers prefer numbers, but humans favor names. It's much easier to remember someone in your iPhone's phonebook as John Doe, rather than by his number, 07999333456. DNS is essentially the internet's version of this.
You're likely familiar with IP addresses. These are the 'phone numbers' of the internet, looking something like 192.168.100.2. You've undoubtedly seen a website or an email address like www.google.com or john.doe@hotmail.com. DNS acts as the 'phonebook' of the internet, matching website and email domain names with the actual IP addresses of servers on the internet.
From your StackCP dashboard's Manage DNS, you can access and add, remove, or edit DNS records. Here's a list of records you can manage:
'A' Records: A records enable a DNS name (e.g., www.HostMaria.com) to point to one or more IPv4 addresses. Quad (AAAA) records are used for pointing a DNS name to IPv6 addresses. These are the most common types of records. The DNS name "tiy.be" has both an A and AAAA record pointing to "185.151.30.182" (IPv4) and "2a07:7800::182" (IPv6), respectively.
'CNAME' Records: CNAME stands for “canonical name.” There can only be one per name in a DNS zone (a DNS zone essentially refers to the domain name). A CNAME record points to another DNS name, not an IP address. It's useful for pointing multiple names to one location and then only managing one set of IP addresses. Note: You can't add a CNAME for the root domain. A CNAME can only be added for a subdomain, like 'ftp.tiy.be', not 'tiy.be'.
'MX' Records: MX stands for 'mail exchanger.' It directs a 'sending' mail server to the 'receiving' mail server, in order of priority, with lower numbers having higher priority. The MX record for HostMaria is 'mx.stackmail.com'.
'TXT' Records: TXT (or text) records are typically not used to locate servers on the internet, but to verify domain ownership or validate that mail from certain hosts can originate from that domain. ... https://www.youtube.com/watch?v=ZuF3_tZJ3qE
7317232 Bytes