You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a support question, I have read about opensource and will send support questions to the IRC channel, Github Discussions or the mailing list.
Thanks for filling this issue! The DoH3 feature is not yet at feature parity with the existing DoH code, and SNI and HTTP attributes are indeed not exposed to Lua at the moment. We are planning on fixing this gap in the next major version, and will likely backport it to 1.9.x if it's not too invasive.
I finally managed to spend some time on this. #15002 added HTTP attributes to DoH3, #15024 will implement SNI access for DoQ and DoH3 (once Quiche merges my PR at cloudflare/quiche#1895 and a new version is released) and I'll look at being able to send custom HTTP responses for DoH3 soon.
Short description
dnsdist does not provide requested domain with lua (
getServerNameIndication
,getHTTPHost
) over HTTP3 for Apple devices.Environment
Steps to reproduce
Expected behaviour
Domain requested by device is showed by
getHTTPHost
orgetServerNameIndication
actionActual behaviour
Other information
This bug does not occur with Firefox browser over DoH3 and no problems with DoH.
The text was updated successfully, but these errors were encountered: