Results 107 comments of Pugmatt

Try changing your launch command to the following: ``` java -XX:+UnlockDiagnosticVMOptions -XX:-UseAESCTRIntrinsics -jar BedrockConnect-1.0-SNAPSHOT.jar \ nodb=true \ custom_servers=custom-servers.json \ whitelist=connect-whitelist.txt \ featured_servers=false ``` Not sure if this is the same...

Sounds like something is most likely blocking the Switch from connecting to your DNS server, or the device is not able to make a connection to the DNS server in...

If you aren't able to ping or connect to your DNS server at all, it could be a number of issues. Common ones being: - Check the status of your...

EDIT: For hosting a public instance, it is recommended to use software like bind (with recursion turned off) See following guide for how to set this up on a Linux...

> Sorry to necro this discussion, but I'm a bit concerned that people are discussing about making a DNS server public. As anyone operating a Pihole would remember, if you...

Unfortunately, we can't do anything really about it initially connecting to Europe, due to how the connection to the server works for featured servers on BedrockConnect (Grabs the IP address...

Sounds like more of an issue with the DNS server setup, or a firewall issue. Which software are you using for the DNS server?

BedrockConnect is not a DNS server, it's just a modified Minecraft server that a separate DNS server redirects the featured servers to. The DNS server software you use is ultimately...

Sorry this issue passed my radar somehow. I don't really know much about PiHole and have never used it, so I'll try to help the best I can. If you're...

As the error suggests, it looks like you have ```custom_servers``` set to a path of a directory and not a file. ```customer_servers``` should be a path to a JSON file....