In CYGWIN when using
dig www.serveralias.com +short
I receive the following answer:
www.servername.com
10.10.10.10
So far, so good. Now I am running
dig 10.10.10.10 +short
and receive nothing. When running
dig 10.10.10.10
without +short I only see information regarding query time, root name servers, etc.
My question is: How to use a dig-command (alternatively host or nslookup) to get CNAME and A-record returned when querying via IP address knowing that a recursive pointer exist?
Tia