Let's suppose i have a domain which DNS contains 2 records:
- a "A" record which contains an IP Address
- a "CNAME" record which contains another domain (alias). Let's suppose this domain contains an IP to a second IP Address
My question is: Which one of the 2 IP Addresses will be answered if i ask a DNS resolution of my domain ?
Thanks