Server Name Indication
SNI is a TLS extension where the client states which hostname it wants during the handshake, allowing many HTTPS sites to share one IP address. Because it is sent in plaintext, network observers can see which sites users visit even over TLS. Encrypted Client Hello is the ongoing effort to close that privacy gap.