[GH-ISSUE #48] How to use it in Windows and specify the type of resource record? #32

Closed
opened 2026-03-14 01:06:37 +03:00 by kerem · 1 comment
Owner

Originally created by @Coriolauus on GitHub (Mar 20, 2023).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/48

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

Originally created by @Coriolauus on GitHub (Mar 20, 2023). Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/48 How to use it in Windows and specify the type of resource record?
kerem 2026-03-14 01:06:37 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@ameshkov commented on GitHub (Mar 20, 2023):

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
<!-- gh-comment-id:1475773325 --> @ameshkov commented on GitHub (Mar 20, 2023): 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 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dnslookup#32
No description provided.