v0.0.15 SOCKS5 client with username/password authentication #205
fortuna
announced in
Announcements
Replies: 1 comment 1 reply
-
This is exciting! I have setup a proxy server to use SOCKS5-over-TLS and the config goes something like this:
The packet splits and TLS fragmentation makes fingerprinting based on packet sizes more difficult. I can tunnel my traffic through it. My server uses
I will publish a short tutorial on this very soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
This discussion was created from the release v0.0.15 SOCKS5 client with username/password authentication.
Beta Was this translation helpful? Give feedback.
All reactions