windows下使用snail007/goproxy将socks5代理转换为http代理

null Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。 - goproxy/README_ZH.md at master · snail007/goproxyhttps://github.com/snail007/goproxy/blob/master/README_ZH.md

proxy-windows-amd64.tar.gz  13.4 MB

Releases · snail007/goproxy · GitHub Proxy is a high performance HTTP(S) proxies, SOCKS5 proxies,WEBSOCKET, TCP, UDP proxy server implemented by golang. Now, it supports chain-style proxies,nat forwarding in different lan,TCP/UDP port forwarding, SSH forwarding.Proxy是golang实现的高性能http,https,websocket,tcp,socks5代理服务器,支持内网穿透,链式代理,通讯加密,智能HTTP,SOCKS5代理,黑白名单,限速,限流量,限连接数,跨平台,KCP支持,认证API。 - Releases · snail007/goproxyhttps://github.com/snail007/goproxy/releases

windows下使用snail007/goproxy将socks5代理转换为http代理_第1张图片

 

使用如下命令开启http代理,父级代理为socks5(由Xshell连接ssh服务器产生的socks5代理,端口31080):

proxy sps -p :27777 -P socks5://192.168.50.1:31080 --disable-socks --disable-ss

 

在win10x64端 测试命令 如下:

curl -v -x http://192.168.50.128:27777/ cip.cc

如果想要上面的tcp27777端口支持socks5协议,那就使用如下命令不禁用socks5(但是我依然用不着ss协议,还是禁用ss协议吧):

proxy sps -p :27777 -P socks5://192.168.50.1:31080  --disable-ss

在win10x64端 测试命令 如下:

curl -v -x http://192.168.50.128:27777/ cip.cc

curl -v -x socks5h://192.168.50.128:27777/ cip.cc

其余写法:

proxy sps -S http -P socks5://192.168.50.1:31080 -t tcp -p :5080

windows下使用snail007/goproxy将socks5代理转换为http代理_第2张图片

在win10x64端 测试命令 如下:

curl -v -x http://192.168.50.128:5080/ cip.cc
curl -v -x socks5h://192.168.50.128:5080/ cip.cc

https://blog.csdn.net/newdas123/article/details/98475166

windows下使用cow将socks5代理转换为http代理

这个工具我试用了一下,它不会连接父级socks5代理,没卵用

windows下使用snail007/goproxy将socks5代理转换为http代理_第3张图片

 

你可能感兴趣的:(http,网络协议,网络)