v0.0.15 SOCKS5 client with username/password authentication
Our SOCKS5 client library now supports basic username/password authentication via socks5.StreamDialer.SetCredentials(username, password)
.
This makes SOCKS5 suitable for public proxy usage when paired with secure transports like TLS. The Outline SDK provides the necessary libraries for both SOCKS5-over-TLS and SOCKS5-over-Shadowsocks transport.
Thanks @amircybersec for the contribution: #189
Full Changelog: v0.0.14...v0.0.15