João Drummond

Results 12 comments of João Drummond

You basically need something like this: ``` proxy := goproxy.NewProxyHttpServer() [...] proxy.OnRequest().HandleConnectFunc(func(host string, ctx *goproxy.ProxyCtx) (*goproxy.ConnectAction, string) { var proxyUrl *url.URL proxyUrl, _ = url.Parse("http://PROXY_USER:PROXY_PASSW@PROXY_HOST:PROXY_PORT") proxy.Tr = &http.Transport{ Proxy: http.ProxyURL(proxyUrl),...

I'm on the same boat, almost identical code and same error message. Any solution?

Did a quick debug and saw there's an additional `interval` query property being sent. From what I understand from the method `projects.timeSeries.list`, this property is not needed/used at all, so...

Regarding the JA3 Hash, I guess it's correct, if it shows the same for the browser and impersonate, you're good to go. Another API worth checking is https://tls.peet.ws/api/all (take a...

I'm also having an issue and don't have a clue why, as it was working previously. No matter if I use LD_PRELOAD or not, I'm only getting default curl inside...

on the fp8 version, yes, 100% of the time I get noise on the full version, no, it works as expected GPU 4090 24GB

Will do, but why would I need to run in a RAMdisk? Does it change anything? Is it an actual requirement?

Ah, makes sense, thanks :)

Same issue... doesnt work.

Up. Also interested. > I am interested in this also and was able to get this working in a fork of this. I put in a pull request to hopefully...