Does anyone know how to fetch the raw output of a DNS query using a particular linux command?
The commands that I am familiar with are:
% host
% nslookup
% dig
% whois
however, each of these play around with DNS in some form or another, but how can I get the raw output that the server DNS spits out when its queried?
Many Thanks!