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

服务端是否支持开启http代理 #1310

Closed
ssrsec opened this issue Nov 19, 2023 · 7 comments
Closed

服务端是否支持开启http代理 #1310

ssrsec opened this issue Nov 19, 2023 · 7 comments

Comments

@ssrsec
Copy link

ssrsec commented Nov 19, 2023

就像一键开启socks5服务端一样:joker brook socks5 --listen :1080 --socks5ServerIP 0.0.0.0 --username 'aaa' --password 'bbb',能否开启http代理

@txthinking
Copy link
Owner

能,得两键。

joker brook socks5 --listen :1080 --socks5ServerIP 127.0.0.1 --username 'aaa' --password 'bbb'
joker brook socks5tohttp --socks5 127.0.0.1:1080 --socks5username 'aaa' --socks5password 'bbb' --listen :8080

永远不要在socks5上使用 0.0.0.0 之类的IP,那样创建出来的 socks5 不支持 UDP。https://www.txthinking.com/talks/articles/socks5-and-http-proxy.article

@ssrsec
Copy link
Author

ssrsec commented Nov 20, 2023

可是这样没办法给http代理设置密码,如果开启在互联网上就会被恶意利用了。
另外就是client-httpProxy-server会不会比client-httpProxy-socks5Proxy-server更快呢

@ssrsec
Copy link
Author

ssrsec commented Dec 9, 2023

希望能够直接一键开启http代理,并且支持认证

@txthinking-bot
Copy link

什么场景 必须 要使用不支持UDP的http代理
by unknown

@ssrsec
Copy link
Author

ssrsec commented Dec 10, 2023

http代理更能方便的操作中间人数据,但是希望http加上认证

@txthinking
Copy link
Owner

v20240214

@caiqy
Copy link

caiqy commented May 8, 2024

v20240214

所以这个功能是实现了 还是没有呢,chrome浏览器无法使用socks5的认证功能
image

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

4 participants