utls
Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
How to download and setup utls
Open terminal and run command
git clone https://github.com/refraction-networking/utls.git
git clone is used to create a copy or clone of utls repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with utls https://github.com/refraction-networking/utls/archive/master.zip
Or simply clone utls with SSH
[email protected]:refraction-networking/utls.git