Skip to main content
edited tags
Link
Kusalananda
  • 356.2k
  • 42
  • 737
  • 1.1k
Source Link
KDM
  • 128
  • 7

How to run DNS queries without bind package being installed

On one of my linux machines the BIND package is not installed. The Bind package provides a lot of terminal tools like host -v, nslookup, dig, etc. If I want to have shell tools or command-line tools with similar functionality, like say querying the dns servers which are setup in the /etc/resolv.conf file or querying other DNS servers setup in the network configuration what can be used?

Getting BIND installed on that machine would be a pain and lot of hassle.