Skip to content

v0.0.15 SOCKS5 client with username/password authentication

Compare
Choose a tag to compare
@fortuna fortuna released this 25 Mar 20:46
· 219 commits to main since this release
212ef96

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