Answers for "dig command examples"

-1

dig command examples

Use syntax structure of dig command for requesting a url domain`s info:
dig [@Server] [Domain] [Typ] [-x IP-Adresse] 
Example:
dig -t A redhat.com +noall +answer 
#To get summarized domain info of type address with answer
Posted by: Guest on November-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language