JINMEI Tatuya 7ad9d497ec - separated Rcode class declarations and definitions in different files 14 years ago
..
Makefile.am 9c68303040 used *.la instead of .libs/*.a 14 years ago
README 35c37773ce Some code cleanup. 15 years ago
host.cc 7ad9d497ec - separated Rcode class declarations and definitions in different files 14 years ago

README

Rewriting host(1) in C++ from scratch using BIND 10's libdns.

Initial functionality:

host _hostname_ [server]

By default, it looks up the A, AAAA, and MX record sets.

Note it doesn't use /etc/resolv.conf at this time.
The default name server used is 127.0.0.1.

-r disable recursive processing
-t _type_ specific query type
-v enable verbose output mode, including elapsed time