Add support of DNS over QUIC (DoQ)
Categories
(Core :: Networking: DNS, enhancement, P3)
Tracking
()
People
(Reporter: Tom25519, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [necko-triaged])
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0
Expected results:
Add suppport of DNS over QUIC (DoQ)
https://datatracker.ietf.org/doc/html/rfc9250
Comment 1•2 years ago
|
||
To the extent that NSS needs name resolution, it can use operating system interfaces. Applications that use NSS - like Firefox - might have more sophisticated needs.
Redirecting to the networking component. I believe that the decision thus far has been to use DoH (the H being HTTP, which might be HTTP/3, which in turn uses QUIC) over DoQ. I'll let the networking folks prioritize accordingly.
Comment 2•2 years ago
|
||
I suppose this would be a nice to have, but at the moment I don't think the benefits that are specific to DoQ are worth the engineering effort to implement it. We'll keep it in the backlog for now.
Description
•