-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Feature Request: HTTP proxy #27
Comments
Any idea why? This project is under the umbrella shadowsocks, so HTTP proxy is kinda beyond the scope. |
Hi HTTP proxy is needed on client side, because not all apps support SOCKS. I use ShadowsocksX-NG as client. So I think it's not beyond the scope at all. HTTP proxy on client side is needed if you want to use not only browser. |
This is incorrect. Lots of terminal utilities support SOCKS, e.g. curl.
If ShadowsocksX-NG already provides HTTP proxy, why not use it? |
for example docker needs HTTP proxy
I am using it now. But for some situation comand line client will be more usefull. Not all hardware has a GUI :) If you develop both server and slient side, HTTP proxy will be very handy, less additional apps required. |
According to moby/moby#5989 (comment) you can use SOCKS proxy with Docker. I guess the question is actually what applications only support HTTP proxy but not SOCKS proxy? |
What if you choose "Use system proxy" and set the system proxy to SOCKS? Will it work? |
I see. It seems HTTP proxy is still necessary. I'll consider adding it next. |
@riobard Yes, HTTP will be very handy. I would really appreciate if you can and it to development plans. |
I just give go-ss2 a http proxy. |
@riobard what's the progress? |
Currently not planned. |
https://github.com/snail007/goproxy maybe you can try this, or refer to this https://superuser.com/questions/423563/convert-http-requests-to-socks5 |
anydesk need http proxy only |
@bigtan Hi, I wanna implement a http listener in go-ss2 client too, and this repo is gone. Could you please re-open it for reference? Thank you. |
You can compile the http proxy support yourself with this implementation. |
Hi! Please add ability run SOCK and HTTP proxy at the same time.
The text was updated successfully, but these errors were encountered: