bridge icon indicating copy to clipboard operation
bridge copied to clipboard

Bridge is a multi-level proxy that supports clients and servers with multiple protocols. SSHProxy, HTTPProxy, Socks4, Socks5, Shadowsocks.

Results 11 bridge issues
Sort by recently updated
recently updated
newest added

`bridge -b socks5://127.0.0.1:8080 -p - -p http://user-xxx:[email protected]:4600` 我用以上命令转发给远程http协议,正常可以使用 `bridge -b socks5://127.0.0.1:8080 -p - -p socks5://user-xxx:[email protected]:4600` 但是我用以上命令转发给远程socks5协议时报 INFO connect to 8.8.8.8:853 failed: unexpected protocol version 72 ![s1](https://github.com/user-attachments/assets/426054a2-3e25-422e-8507-08c939002cd1) 我确定我用的远程服务器同时支持socks5和http协议,但是不知道为什么用socks5就会报错,我通过第三方vpn用socks5协议是可以用的,通过curl -x socks5://user-xxx:[email protected]:4600 https://ipinfo.pyproxy.io/...