Carcraftz / TLS-Fingerprint-API

Privacy protection for the 21st century. Modern websites like Facebook can track details about your HTTP client even if you prevent sending a User Agent! This repo proxies your requests using a fork of go’s networking library (fhttp) and my fork of cclient (TLS fingerprint mimicry library) to prevent detection at the TLS stack level.
241 stars 58 forks source link

Running file on Docker #9

Closed MunzerDw closed 2 years ago

MunzerDw commented 2 years ago

Hey, thanks a lot for this work you have done!

I wanted to run it on my server with Docker, however, as I understood correctly from online sources, I need the go.mod and go.sum files. I have no experience with golang unfortunately, so I don't know how to get those files. Can you provide them? Thanks!

Quat3rnion commented 2 years ago

Hey there, my pull request merged in the required go.mod and go.sum, just pull the latest!