Justin Fisher
a260a8386b
Compatibility with older JS engines
...
- Fixed typo with Buffer.readUint8 vs readUInt8 that is incompatible with older js
- Removed usage of Object.entries and replaced with for (key in obj)
2026-04-06 17:18:07 +08:00
Justin Fisher
ee83912dcd
added use strict to hexdump.js
2026-04-06 17:17:56 +08:00
Justin Fisher
8c70ce60a5
Fixed linting errors
2026-04-06 17:17:44 +08:00
Justin Fisher
74972afbbf
Added dohpath SvcParam
2026-04-06 17:17:32 +08:00
Justin Fisher
577e88a9d7
feat: added support for RR type 64 (SVCB)
...
* Added Service Binding RR support (type 64)
This is just using the exact same code as the HTTPS parser as they are formatted in the same manner.
2026-04-06 17:17:15 +08:00
Justin Fisher
ab3c5ca3f5
feat: add support for HTTPS SVCB (type 65)
...
* This commit adds support for HTTPS SVCB record, both encoding and decoding.
2026-04-06 17:17:03 +08:00