Hey, so #RFC9460 HTTPS/SVCB records are neat, right?

They...
- speed up your time-to-first-packet (by basically stuffing the Alt-Svc HTTP header / ALPN TLS extension into the #DNS);
- let you do redirection on the zone apex without using CNAMEs;
- allow for simple DNS load distribution and failover;
- obviate HSTS and the cumbersone preloading process;
- enable stronger privacy protections via Encrypted Client Hello aka #ECH

@jschauma Are there any convenient sources tracking client adoption at the OS/browser/library level similar to caniuse.com that would give an indication when it’s “safe” to start using these records exclusively over legacy solutions for zone apex records like ALIAS?