Skip to content

Instantly share code, notes, and snippets.

@JPenuchot
Last active July 1, 2019 01:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JPenuchot/2ac87eb8a2481328f18081d7cfb6fca8 to your computer and use it in GitHub Desktop.
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/)
. {
# 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