mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 06:26:24 +03:00
[GH-ISSUE #52] Allow use of SSLKEYLOGFILE to examine DoH network captures #36
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#36
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 @jasper- on GitHub (Apr 24, 2023).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/52
I would like to show the inner workings of DoH to students.
For this I use wireshark and use the SSLKEYLOGFILE environment variable to store shared secrets of TLS sessions.
When using dnslookup after having set SSLKEYLOGFILE variable using export, the file does not get created.
I am running dnslookup v. 1.8.1-8619 - installed from the snap-store - on Ubuntu 22.04.2 LTS.
Would it be an option to make this work?
@ameshkov commented on GitHub (Apr 25, 2023):
First, this functionality should be added to dnsproxy as dnslookup uses it under the hood.
@grasstractor commented on GitHub (Sep 14, 2023):
I have the same question regarding DoQ. Do dnsproxy and quic-go already have this functionality, or should they add it?"
@ameshkov commented on GitHub (Sep 14, 2023):
quic-go seems to support it, dnsproxy not yet.
@grasstractor commented on GitHub (Sep 14, 2023):
Yes, I found that quic-go has the functionality to support it. However, dnsproxy still needs to support it, or it will be too difficult for users to use it with dnslookup.