What is the meanings of the DNS record types in PHP

1 Answer

0 votes
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 - 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


answered Oct 4, 2016 by avibootz

Related questions

1 answer 164 views
164 views asked Oct 8, 2016 by avibootz
1 answer 155 views
2 answers 260 views
1 answer 175 views
1 answer 203 views
...