Last active
July 1, 2019 01:58
-
-
Save JPenuchot/2ac87eb8a2481328f18081d7cfb6fca8 to your computer and use it in GitHub Desktop.
Minecraft Bedrock DNS redirection to connect to private servers from consoles (taken from https://www.reddit.com/r/MCPE/comments/a01tq8/bedrock_dedicated_server_for_the_switch/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. { | |
# DNS rewriting method (to connect using hostnames) | |
#rewrite name exact mco.lbsg.net <HOSTNAME> | |
# DNS host method (to connect using IP addresses) | |
hosts { | |
<IP> mco.lbsg.net | |
fallthrough | |
} | |
forward . tls://1.1.1.1 { | |
tls_servername tls.cloudflare-dns.com | |
health_check 5s | |
} | |
# Enable for debugging | |
#errors | |
#log | |
#debug | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment