refraction-networking / utls

Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you add a TLS extension for server_name

vladracs opened this issue · comments

The extension for Server Name is called SNIExtension. You may refer to u_parrots.go for how to include it in your custom ClientHelloSpec.

It will only be set when the ServerName field in Config is set.