Ldns drill

From wikinotes
Revision as of 17:13, 11 October 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Performs DNS queries, like dig.
Written in C, apparently much faster.

Documentation

man drill https://man.archlinux.org/man/drill.1
home https://www.nlnetlabs.nl/projects/ldns/about/

Install

pacman -S ldns

Usage

# use DNS-server at 127.0.0.1 to retrieve DNS 'A' records from google.com
drill @127.0.0.1 \
  A google.com