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

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Change the name because it is the same name as the bridge of linux

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

When i am using single proxy its work perfectly ``` bridge -b :123 -p tcp://127.0.0.1:2080 ``` but with multiple tcp proxy ``` bridge -b :123 -p tcp://127.0.0.1:2080 -p tcp://127.0.0.1:2070 2024/03/15...

Can I use bridge to construct a [git-protocol proxy](https://gist.github.com/coin8086/7228b177221f6db913933021ac33bb92#git-protocol) which is equivalent to the following command? `nc -X 5 -x 127.0.0.1:10022 host port` Regards, Zhao

Can bridge create a server/client/proxy that supports https protocol? Regards, Zhao

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...

what better method for exposed port online? socks5 1080

Can I custom logger level?

This feature would allow clients to perform DNS lookups directly in the Bridge SOCKS5 port by sending to a upstream Tor SOCKS5 port (with -p socks5h://[...]), so, torsocks and tor-resolve...