NoahCardoza / CloudProxy

Proxy server to bypass Cloudflare protection.
MIT License
524 stars 66 forks source link

Add socks proxy #53

Open NightMachinery opened 3 years ago

NightMachinery commented 3 years ago

Can we have a socks proxy that uses an open session for all its requests transparently? I.e., by setting this proxy on a tool, that tool will be using CloudProxy transparently. Most tools support socks proxies, so this will make it very easy to use CloudProxy with them.

NoahCardoza commented 2 years ago

I'm not sure if this is possible in terms of passing CloudFlare, since it's preforming more of a man in the middle role rather than a true proxy. It's not forwarding a stream from one server to another, it's making a request based off information sent to it, and then returning the response. Unless I misunderstand?