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

HTTPS to SOCKS5 binding #16

Open
mrniko opened this issue May 31, 2024 · 1 comment
Open

HTTPS to SOCKS5 binding #16

mrniko opened this issue May 31, 2024 · 1 comment

Comments

@mrniko
Copy link

mrniko commented May 31, 2024

Hello,

Thanks for such a great project.

Is it possible to bind a http/https proxy to a socks5 proxy? It's useful when application supports only a http/https proxy, but you have only a socks5 proxy.

@wzshiming
Copy link
Owner

Yes, it can do that

# The 1080 port can handle http/socks5/etc ... https://github.com/wzshiming/anyproxy
bridge -b :1080 -p - -p http://username:password@my_server:8080

or

# The 1080 port can handle socks5 
bridge -b socks5://0.0.0.0:1080 -p - -p http://username:password@my_server:8080

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

No branches or pull requests

2 participants