Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOCKS5 UDP usage #20

Open
deliciouslytyped opened this issue Apr 28, 2024 · 1 comment
Open

SOCKS5 UDP usage #20

deliciouslytyped opened this issue Apr 28, 2024 · 1 comment

Comments

@deliciouslytyped
Copy link

Is there anything like proxychains or tsocks that would support wrapping and forwarding an application using UDP over the SOCKS5 proxy? I can't seem to find anything that supports this.

What about a flag like -L for UDP?

It looks like socat has only recently acquired SOCKS5 support ( https://repo.or.cz/socat.git/commitdiff/7b66b53f934fe611747d7b269834ec30a175b546 ) , but with no UDP support, so I can't use that.

+/*
+* At the moment UDP ASSOCIATE is not supported, but CONNECT and BIND are.
+* At the moment no authentication methods are supported (i.e only NO AUTH),
+* which is technically not compliant with RFC1928.
+*/

This old fork also seems to exist ( https://github.com/runsisi/socat/ ); but I don't think it supports UDP either.

This only really seems to leave UDP-over-TCP-over-SOCKS solutions.

@deliciouslytyped
Copy link
Author

It turns out Dante/socksify support UDP, but I haven't quite gotten mosh to work yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant