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

Added Self-Hosted DNS/BedrockConnect Server #381

Closed AdamAtomus closed 1 year ago

Pugmatt commented 1 year ago

Thanks for hosting this 👍

Tested connecting to the BedrockConnect server directly from PC and connects as expected.

DNS server seems to be timing out though, at least on my end. Got some DNS resolution errors on Nintendo Switch, and tested the following command through Linux on a different network:

dig +short @207.244.229.200 play.galaxite.net

Output:

;; connection timed out; no servers could be reached

Port 53 might not be opened, or a firewall issue.

AdamAtomus commented 1 year ago

Thanks for hosting this 👍

Tested connecting to the BedrockConnect server directly from PC and connects as expected.

DNS server seems to be timing out though, at least on my end. Got some DNS resolution errors on Nintendo Switch, and tested the following command through Linux on a different network:

dig +short @207.244.229.200 play.galaxite.net

Output:

;; connection timed out; no servers could be reached

Port 53 might not be opened, or a firewall issue.

systemd-resolved was using the port, I fixed that issue, should be working now

Pugmatt commented 1 year ago

Looks good 👍