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

[ENHANCEMENTS] UDP Tunneling / Proxy #147

Open
DerLeole opened this issue May 5, 2024 · 3 comments
Open

[ENHANCEMENTS] UDP Tunneling / Proxy #147

DerLeole opened this issue May 5, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@DerLeole
Copy link

DerLeole commented May 5, 2024

Is your feature request related to a problem? Please describe.
Zoraxy allows tunneling TCP connections similar to Stream Hosts in NginxProxyManager.
The screenshots demonstrate one of its main use cases with the example of a Minecraft game server.
However some Games (or in my case a specific mod for MC) require a UDP connection which does not seem to be possible at the moment.

Describe the solution you'd like
Add a feature that paralells how the TCP Proxy already works, but for UDP connections instead.

Describe alternatives you've considered
Refactor the TCP Proxy feature into a general "Stream Proxy" feature that allows for either UDP, TCP, or both for the specific connection.
This is probably the cleaner and prefered method.

Thank you very much for your work on this.

@DerLeole DerLeole added the enhancement New feature or request label May 5, 2024
@tobychui
Copy link
Owner

tobychui commented May 6, 2024

The TCP proxy function was stolen forked from this repo
https://github.com/cw1997/NATBypass

As the original repo didn't support UDP yet (it is in the to-do list), we need to wait for the project to be updated in order to integrate it into Zoraxy.

@mflagler
Copy link

mflagler commented May 9, 2024

Considering the last commit to NATBypass was 6 years ago, I wouldn't hold my breath that this will ever happen.

Edit: Just doing some searching, I came across this repo that claims to do both. Not a Go programmer, so not sure what it would take to implement. https://github.com/xitongsys/gogw

@tworth04
Copy link

this one seems to be more actively maintained...https://github.com/yusing/go-proxy?tab=readme-ov-file#provider-kinds

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

No branches or pull requests

4 participants