mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 06:26:24 +03:00
[GH-ISSUE #71] Simplify for rDNS #54
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#54
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 @ainar-g on GitHub (Jun 17, 2024).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/71
It is currently hard to make a PTR query for rDNS. Firstly, the user has to manually reverse the domain name and add
.in-addr.arpa. Secondly, it's particularly hard in the Windows command shell, where something likeenvoften isn't readily available, so settingRRTYPE=PTRfor just one query can become challenging.There are two possible solutions I see: