ameshkov / dnslookup

Simple command line utility to make DNS lookups to the specified server
MIT License
816 stars 72 forks source link

How to use it in Windows and specify the type of resource record? #48

Closed Coriolauus closed 1 year ago

Coriolauus commented 1 year ago

How to use it in Windows and specify the type of resource record?

ameshkov commented 1 year ago

Try this: RRTYPE=txt dnslookup.exe example.org 8.8.8.8

If it does not work, use this way:

set RRTYPE=txt
dnslookup.exe example.org 8.8.8.8