[GH-ISSUE #22] Not working? --> RRTYPE=PTR dnslookup 8.8.8.8 tls://1.1.1.1 #18

Closed
opened 2026-03-14 01:04:21 +03:00 by kerem · 2 comments
Owner

Originally created by @phpsyscoder on GitHub (Feb 15, 2022).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/22

Hi there, great tool.

But how to make a PTR request... the following does not work:

RRTYPE=PTR dnslookup 8.8.8.8 tls://1.1.1.1

Should return dns.google.

Any Idea?

Originally created by @phpsyscoder on GitHub (Feb 15, 2022). Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/22 Hi there, great tool. But how to make a `PTR` request... the following does not work: `RRTYPE=PTR dnslookup 8.8.8.8 tls://1.1.1.1` Should return `dns.google.` Any Idea?
kerem 2026-03-14 01:04:21 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@ameshkov commented on GitHub (Feb 15, 2022):

8.8.8.8 is not a valid domain name.

It should be RRTYPE=PTR dnslookup 8.8.8.8.in-addr.arpa tls://1.1.1.1

<!-- gh-comment-id:1040029052 --> @ameshkov commented on GitHub (Feb 15, 2022): `8.8.8.8` is not a valid domain name. It should be `RRTYPE=PTR dnslookup 8.8.8.8.in-addr.arpa tls://1.1.1.1`
Author
Owner

@phpsyscoder commented on GitHub (Feb 15, 2022):

Ahh... Great... Thank you.

<!-- gh-comment-id:1040078269 --> @phpsyscoder commented on GitHub (Feb 15, 2022): Ahh... Great... Thank you.
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#18
No description provided.