github.com/refraction-networking/utls.Config.ServerName (field)
21 uses
github.com/refraction-networking/utls (current package)
common.go#L680: ServerName string
common.go#L995: ServerName: c.ServerName,
handshake_client.go#L52: if len(config.ServerName) == 0 && !config.InsecureSkipVerify && len(config.InsecureServerNameToVerify) == 0 {
handshake_client.go#L82: serverName: hostnameInSNI(config.ServerName),
handshake_client.go#L470: dnsName = c.config.ServerName
handshake_client.go#L1163: opts.DNSName = c.config.ServerName
handshake_client.go#L1198: opts.DNSName = c.config.ServerName
handshake_client.go#L1333: if len(c.config.ServerName) > 0 {
handshake_client.go#L1334: return c.config.ServerName
handshake_client_tls13.go#L114: c.serverName = c.config.ServerName
handshake_client_tls13.go#L293: c.serverName = c.config.ServerName
tls.go#L150: if config.ServerName == "" {
tls.go#L153: c.ServerName = hostname
u_conn.go#L269: uconn.config.ServerName = hname
u_handshake_client.go#L174: if len(config.ServerName) == 0 && !config.InsecureSkipVerify && len(config.InsecureServerNameToVerify) == 0 {
u_handshake_client.go#L204: serverName: hostnameInSNI(config.ServerName),
u_handshake_client.go#L406: if len(c.config.ServerName) == 0 && !c.config.InsecureSkipVerify && len(c.config.InsecureServerNameToVerify) == 0 {
u_parrots.go#L2853: ext.ServerName = uconn.config.ServerName
u_tls_extensions.go#L203: uc.config.ServerName = e.ServerName
github.com/gotd/td/mtproxy/faketls
client_hello.go#L39: ServerName: domain,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |