▲ | nine_k 15 hours ago | |||||||||||||
Where is DNS on top of QUIC? Asking unironically. | ||||||||||||||
▲ | geoctl 14 hours ago | parent | next [-] | |||||||||||||
There is actually. A way more interesting re-implementation of a popular L7 is SSH over QUIC. SSH has to implement its own mutual authentication and transport embedded in the protocol implementation since it operates on top of plaintext TCP, but with QUIC you can just offload the authentication (e.g. JWT bearer tokens issued by IdPs verified at L7 or automatically via mTLS x509 certs) and transport parts to QUIC and therefore have a much more minimal implementation. | ||||||||||||||
| ||||||||||||||
▲ | maxloh 10 hours ago | parent | prev | next [-] | |||||||||||||
It is already there. It is called DNS over HTTP/3 (DoH3). | ||||||||||||||
▲ | jiveturkey 14 hours ago | parent | prev [-] | |||||||||||||
That's DoQ, RFC 9250. |