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.
235 stars 59 forks source link

socks5 #10

Open oynomed opened 2 years ago

oynomed commented 2 years ago

is there a way to support socks4/5 proxies?

Carcraftz commented 2 years ago

Not supported yet but feel free to make a PR to my cclient fork repo

https://play.golang.org/p/l0iLtkD1DV should be how it's done

oynomed commented 2 years ago

PR done, can you please make a new exe file with socks/45 supported, thanks in advance.