Skip to content

Forward UDP packet along same port? #189

Open
@Merith-TK

Description

@Merith-TK

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"	
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions