Difference between revisions of "Rocky 8.x nslookup"

From Notes_Wiki
(Created page with "Home > Rocky Linux or CentOS > Rocky Linux 8.x > Desktop tools or applications > nslookup nslookup can be used to do DNS query of different types A, AAAA, MX, PTR (Reverse) etc. to default / specific DNS server =-debug option= Similar to Trace option in dig we can use '<tt>-debug</tt>' while running nslookup query to get entir...")
 
(No difference)

Latest revision as of 07:33, 27 April 2023

Home > Rocky Linux or CentOS > Rocky Linux 8.x > Desktop tools or applications > nslookup

nslookup can be used to do DNS query of different types A, AAAA, MX, PTR (Reverse) etc. to default / specific DNS server

-debug option

Similar to Trace option in dig we can use '-debug' while running nslookup query to get entire trace. For example:

nslookup -debug google.co.in

Refer: https://bash.ws/nslookup/google.com?-debug


Home > Rocky Linux or CentOS > Rocky Linux 8.x > Desktop tools or applications > nslookup