wzshiming / bridge

Bridge is a multi-level proxy that supports clients and servers with multiple protocols. SSHProxy, HTTPProxy, Socks4, Socks5, Shadowsocks.
MIT License
158 stars 15 forks source link

Add username/password authentication? #7

Closed gitterspec closed 1 year ago

gitterspec commented 1 year ago

Interested in adding authentication for the listening proxy, especially for HTTP/HTTPS

wzshiming commented 1 year ago

Currently supported, you can use a single protocol and enable auth as follows

bridge -b http://username:password@127.0.0.1:8080 -p -