mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 14:36:05 +03:00
[GH-ISSUE #22] Not working? --> RRTYPE=PTR dnslookup 8.8.8.8 tls://1.1.1.1 #18
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
PTRrequest... the following does not work:RRTYPE=PTR dnslookup 8.8.8.8 tls://1.1.1.1Should return
dns.google.Any Idea?
@ameshkov commented on GitHub (Feb 15, 2022):
8.8.8.8is not a valid domain name.It should be
RRTYPE=PTR dnslookup 8.8.8.8.in-addr.arpa tls://1.1.1.1@phpsyscoder commented on GitHub (Feb 15, 2022):
Ahh... Great... Thank you.