mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 14:36:05 +03:00
[GH-ISSUE #5] Feature Request: verbose/debug output with 'dnslookup' #4
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#4
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 @Ferenst on GitHub (Sep 14, 2020).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/5
Originally assigned to: @ameshkov on GitHub.
Thank you for creating dnslookup. Is it possible to have an argument to show verbose/debug information pertaining to various request/response in addition to the resolution result?
@ameshkov commented on GitHub (Sep 14, 2020):
Could you please explain what kind of verbose information you're interested in?
@Ferenst commented on GitHub (Sep 14, 2020):
Hi Andrew, I’d be interested to see (decrypted) message content - similarly
to what curl shows with ‘-v’ and ‘-vv’ arguments. R’s, Alex
———————
On Tuesday, 15 September 2020, Andrey Meshkov notifications@github.com
wrote:
@timkgh commented on GitHub (Dec 28, 2020):
+1 for adding timing output, how long it took to make the https/tls connection, query time once the connection was made, etc. Useful to test response time of various servers.
@ainar-g commented on GitHub (Aug 30, 2021):
@ameshkov, additionally, it would be nice to see the HTTP metadata (e.g. request and response headers) when using DoH.
@user9931 commented on GitHub (Sep 7, 2022):
it would be nice to see ip address of dns-tls server... currently there's no way to understand if the app are connecting to wrong server without specifying ip (as in example dnslookup example.org tls://dns.adguard.com 94.140.14.14)