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