New protocol: SOCKS5 #55
fortuna
announced in
Announcements
Replies: 1 comment
-
FYI, I was not checking the server reply for errors before, but that was fixed in #56. It should be available in v0.0.5. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version 0.0.4 adds support for SOCKS5 StreamDialers, which allows you to use SOCKS5 servers to proxy your connections.
Unlike traditional implementations, ours use a single roundtrip for the handshake.
Documentation is at https://pkg.go.dev/github.com/Jigsaw-Code/outline-sdk/transport/socks5
You can find usage examples in the test file.
We don't yet support UDP, but we plan to eventually.
Beta Was this translation helpful? Give feedback.
All reactions