How to query DNS name servers – dig
Reading Time: 3 minutes Do you know that we can examine the DNS using our terminal . Lets talk about the same. dig – (Domain Information Groper) is used for such tasks. It is used to perform task like troubleshooting DNS problems. It also helps to gather DNS information and resolve the queried question from terminal. How to use dig command. Step 1 : dig command installation. Step 2: Continue Reading