Skip to content
Discussion options

You must be logged in to vote

Would it be possible to extend or adapt BPF-based domain blocking in dnsdist to support encrypted DNS protocols (DoH, DoQ, DoH3),

Unfortunately that's not possible: the BPF program runs in kernel space and does not have any knowledge of HTTP, QUIC or even TLS, and even if it did it has no access to the key material needed to decrypt the data.

or alternatively, provide an equivalent mechanism that works at the application level but behaves similarly to bpf:blockQName()?

This is possible using the regular rules, and in particular:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Zqsdoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #15445 on April 24, 2025 07:23.