Remix.run Logo
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.

sigwinch 29 minutes ago | parent | next [-]

I feel like fans of `mosh` would run with this.

frumplestlatz 8 hours ago | parent | prev [-]

“Offloading” authentication onto complex web tech isn’t really a feature unless you already need to be operating in the web space for some other reason.

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.