Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add socks proxy #53

Open
NightMachinery opened this issue Jun 21, 2021 · 1 comment
Open

Add socks proxy #53

NightMachinery opened this issue Jun 21, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@NightMachinery
Copy link

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.

@NightMachinery NightMachinery added the enhancement New feature or request label Jun 21, 2021
@NoahCardoza
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants