mafintosh / dns-packet

An abstract-encoding compliant module for encoding / decoding DNS packets
MIT License
201 stars 70 forks source link

Support for type 64 and 65? #95

Open ImLunaHey opened 10 months ago

ImLunaHey commented 10 months ago

I'm seeing requests with a type of UNKNOWN_64 and UNKNOWN_65.

silverwind commented 10 months ago

These are SVCB and HTTPS (ref), PR welcome.

valenting commented 9 months ago

We have implemented support for the HTTPS record in the dns-packet fork we use for testing Firefox https://searchfox.org/mozilla-central/source/testing/xpcshell/dns-packet/types.js#49 I'm not sure I'll have time to upstream the changes, but if anyone is interested I'm happy to help. SVCB has the same wire format, so it should be easy enough to use the same implementation for both.

maxpain commented 6 months ago

Any updates?

maxpain commented 6 months ago

@mafintosh Could you please merge this? Or maybe you @valenting could make a PR?