itzg / mc-router

Routes Minecraft client connections to backend servers based upon the requested server address
MIT License
517 stars 35 forks source link

Does this work with minecraft-bedrock-server images? #15

Open rulimanurung opened 3 years ago

rulimanurung commented 3 years ago

Hi there, as per title, I'm wondering whether this router also supports your minecraft-bedrock-server Docker images? And if not, is this something that would be possible to implement? Thanks in advance!

itzg commented 3 years ago

Sorry, no, the Bedrock server's protocol is not currently supported. It could be added later, but for now this solution might help you:

https://github.com/itzg/docker-minecraft-bedrock-server/issues/110#issuecomment-735367508

leonardlaw commented 3 years ago

I was trying to use this to put a few bedrock servers behind a traefik reverse proxy -- would love to see support here.

tklostermannNSD commented 1 year ago

Any update on this? :D Would be nice

itzg commented 1 year ago

No update since Bedrock still speaks a totally different protocol 😀.

I am curious now if Raknet (I think that's the protocol name) gives enough handshake info to multiplex sessions.