[ ] Thursday, 27 January 2022 [ ]

dig

How to use dig is great article about the use of dig(1) the DNS lookup utility.

In OpenBSD the .digrc was remove in dig.c revision 1.2 as a misfeature as it changes the behaviour of dig. In Julia article she uses .digrc for the +noall +answer which just gives the short answer, to achieve this in OpenBSD I created an alias: alias d='dig +noall +answer' this achieves the same thing without a .digrc file.

.digrcdig


$Id: diary,v 1.40 2026/04/05 01:05:38 fred Exp $