sorz / moproxy

A transparent TCP to SOCKSv5/HTTP proxy on Linux written in Rust.
MIT License
223 stars 35 forks source link

Upstream Socks Authentication #6

Closed uBadRequest closed 3 years ago

uBadRequest commented 3 years ago

Would you be able to add support for upstream socks5 authentication? I'm interested in using this to load balance/roundrobin between a number of upstream socks5 servers, they require authentication.

Thanks :+1:

sorz commented 3 years ago

Added and released. Add socks username = and socks password = on config file to enable that.