-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
feature: udp support #1
Comments
UDP between the client and server, or UDP between other components? |
The goal would be to provide SOCKS5 with UDP support (as described by RFC1928). I believe all the components in the chain (rsocks client, rsocks server and end user application) should support UDP for it to work. At the first glance it looks like rsocks supports only tcp on both client and server. |
Looks like the socks5 library I'm using doesn't support UDP, so that's the first thing to fix. Looks like https://github.com/things-go/go-socks5 might though. |
.\main.go:41:6: undefined: listenForSocks build error |
What would it take to support UDP? I'm willing to work on a patch if guidance is provided
The text was updated successfully, but these errors were encountered: