DNS Record Types and Their Meanings in php
by Mohan[ Edit ] 2012-09-17 14:13:23
<h2>DNS Record Types and Their Meanings</h2>
<h3>
A -- Address code, used for storing an IP address associated with the domain
MX -- Mail exchange, the domain name used for sending and receiving mail
NS -- The authoritative name server
SOA -- Start of Authority
PTR -- Domain name pointer
CNAME -- Canonical name for a DNS alias
AAAA -- Address code used for IPv6 Addresses
ANY -- Any of the above
</h3>