Why doesn’t the DNS “ANY” query return all of the records for the domain? I ran it against my domain and there are so many “A” records and “CNAME” records missing.
The DNS ‘ANY’ query was not designed to reveal all of the records in the zone file for a specific domain. What the ANY query does, is ask the DNS server to provide all records for the specific hostname you type. For example, if you make an ANY query for “example.com”, it will most likely return all […]