-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
query type 65 is invalid #7
Comments
is this for google/youtube requests? im getting the same with google searches, and youtube video loads |
For some context, query type 65 is the 'HTTPSSVC' query (draft, upstream github repo) |
Related: I am getting "query type 256 is invalid" in Linux. I am adding this here, because maybe the code just needs some "consolidated" way to deal with these different/unnusual types of packets. |
All of the "query type X is invalid" errors are happening because the DNS packet parsing crate Some other Rust DNS code and links to the record types they support right now:
I think the best thing might to be to use |
A quick look at dns_message_parser, yes it seems like it does support a lot more types than dns_parser. I can even see type 256 (URI), but not 65 (HTTPS), most likely because that one is still in draft. |
BTW: On my Linux Client (OpenSUSE) I have seen also some |
Informational update only ℹ️ Message changed with 0.1.2 to:
|
A variant of this issue that shows up on my computer (macOS):
|
This adds support for record types 64 and 65, service binding and HTTPS. This required upgrading to the latest version of `dns-message-parser` and bumping the minor revision of `bytes`. Resolves: jvns#7
This adds support for record types 64 and 65, service binding and HTTPS. This required upgrading to the latest version of `dns-message-parser` and bumping the minor revision of `bytes`. Resolves: #7
@jvns , great, thank you very much 🎉 |
Made a new release. |
@jvns I've just downloaded the latest version for macos but it still produces this error
(This happened when I opened https://curiousprogrammer.net/ in the browser but it might be unrelated) |
On my Macbook no error message like this are occuring anymore 👍🏻 Even if I'm opening https://curiousprogrammer.net/ in the browser. |
But on my Linux Desktop it says that a different type is not yet implemented:
Found an old issue from April 2020 opened by me: #19 |
Opened a new issue for "got response for unknown query ID": #26 |
Ran it for a while on Mac OS X, get a bunch of:
Error parsing DNS packet: Failed to parse DNS packet: query type 65 is invalid
The text was updated successfully, but these errors were encountered: