SetTLSFingerprintRandomized uses randomized tls fingerprint.
()
| 1194 | |
| 1195 | // SetTLSFingerprintRandomized uses randomized tls fingerprint. |
| 1196 | func (c *Client) SetTLSFingerprintRandomized() *Client { |
| 1197 | return c.SetTLSFingerprint(utls.HelloRandomized) |
| 1198 | } |
| 1199 | |
| 1200 | // uTLSConn is wrapper of UConn which implements the net.Conn interface. |
| 1201 | type uTLSConn struct { |
no test coverage detected