mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 06:26:24 +03:00
[GH-ISSUE #16] DoH EDNS options #13
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#13
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 @davehouser1 on GitHub (May 18, 2021).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/16
Does dnslookup support EDNS options referenced in https://datatracker.ietf.org/doc/html/rfc7871?
Trying to do the same that kdig does with this command:
kdig @10.104.8.124 +https example.com +subnet=10.212.134.0/24This adds additional options + CSUBNET - client subnet to the DNS payload.