Skip to content

add support for HTTPS RR

This code adds support for spoofing a DNS record type called "HTTPS" which contains information about how to connect to HTTPS servers, including protocol version and IP addresses. The new record type is needed for HTTP/3. The necessary changes to Python dnslib are included in version 0.9.23 of that library.

The upstream dnschef package is unmaintained. The last update was in 2019 and multiple PRs are open, including an attempt to merge this code at https://github.com/iphelix/dnschef/pull/34.

Merge request reports

Loading