You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add an --enable-udp flag that allows proxying UDP traffic to the server?
probably listens on port for TCP and UDP then routes,
and you could specify container port for udp traffic like so
{
"mappings": {
// base, proxies tcp/udp to port by default"example.com": "example:25565",
// geyser example for use along side above"example.com" : "example:19132/tcp"
}
}