mirror of
https://github.com/ameshkov/dnslookup.git
synced 2026-04-27 14:36:05 +03:00
[GH-ISSUE #30] prompting Cannot make the DNS request #23
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnslookup#23
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 @liang-hiwin on GitHub (Aug 15, 2022).
Original GitHub issue: https://github.com/ameshkov/dnslookup/issues/30
Windows 10 x64 system, dns-over-quic uses Release v1.5.1 to test normal parsing. Switching to Release v1.7.1 to test parsing fails, prompting Cannot make the DNS request: reading response from quic://domain.com:8053: EOF
@liang-hiwin commented on GitHub (Aug 15, 2022):
Release v1.5.1 test
Release v1.7.1 test
@liang-hiwin commented on GitHub (Aug 15, 2022):
linux debian 10 x64 test
@liang-hiwin commented on GitHub (Aug 15, 2022):
Increase sysctl -w net.core.rmem_max=2500000 in this way, the test is invalid
@ameshkov commented on GitHub (Aug 15, 2022):
@thb007 note that DoQ standard has changed in between, probably your server uses an old draft.
With DoQ v1.0 DNS messages are encoded with a 2-octet prefix which was not needed in the first drafts.