Rocky 8.x nslookup

From Notes_Wiki

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