-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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 like env
often isn't readily available, so setting RRTYPE=PTR
for just one query can become challenging.
There are two possible solutions I see:
- Detect it when the first argument is an IP address and enter “rDNS mode”.
- Add a command-line flag to enable said rDNS mode.
Chinaski1 and tina-hello
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request