Pugmatt / BedrockConnect

Join any Minecraft Bedrock Edition server IP on Xbox One, Nintendo Switch, and PS4/PS5
GNU General Public License v3.0
1.39k stars 161 forks source link

Fix joining cubecraft #394

Closed CrafterPika closed 1 year ago

CrafterPika commented 1 year ago

391 basically had a small oversight that mco.cubecraft.net is configured to be overwritten by the DNS server, which literally will take users back to BedrockConnect.

I will just basically apply the same thing i did back in Dec 2021 with constantly changing IP adresses being hardcoded

Pugmatt commented 1 year ago

Thank you, will merge in a bit so it's included in the ipFile and look into getting the DNS updated.

As for applying getIP() onto mco.cubecraft.net, we're currently avoiding sending players to a direct IP (Which even calling getIP() would be a similar IP every time it's called most likely) to allow players to load balance correctly onto their servers, at the request of their team https://github.com/Pugmatt/BedrockConnect/pull/99 So going to leave that line change out for now.

I will need to check which domain the Minecraft game client has set on the featured serverlist for CubeCraft, if its still mco.cubecraft.net I'll probably just remove the DNS redirection completely for CubeCraft, unless there's another domain they have on hand that is different from the one on the featured server list, now that play.cubecraft.net is no longer useable.