SOCKS5 now supports UDP in Outline SDK! #264
amircybersec
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With this PR #257 merge, SOCKS5 in the SDK now supports connections over both TCP and UDP. This was work was made possible by generous support of OTF as part of ICFP fellowship with close mentorship and guidance of Vinicius Fortuna @fortuna.
This can enable chaining UDP based transports such as ShadowSocks with Socks5. It would also help in measuring the blocking of UDP based transports (such as QUIC or DNS) using soax service which is also a part of my OTF fellowship research.
Beta Was this translation helpful? Give feedback.
All reactions