-
Notifications
You must be signed in to change notification settings - Fork 72
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
udp connections #27
Comments
UDP is not supported. I think you need some other technology (like https://github.com/astroza/udptunnel) that is UDP backed otherwise you would push UDP or at least UDP data over TCP. Usually when a protocol is based on UPD there is a reason for it. |
Tunneling via TCP is fine, it's only a channel between client and tunneling server, the tunneling server can forward / receive udp packets normally, and that's what matters. |
@sheerun If you want to push your data to your local server from tunnel client over udp, then it eventually will be supported - I was planning to add support for user-provided proxy functions. |
Hey,
I'm in need of proxying udp ports (serf uses it for gossip protocol). Do you maybe support them?
The text was updated successfully, but these errors were encountered: