What is the name of the domain?
https://jackpurrin.me/
Related to
Cloudflare Tunnel
What is the error number?
N/A
What is the error message?
N/A
What is the issue you’re encountering
Trouble exposing a TCP port from a local machine.
What steps have you taken to resolve the issue?
Changing the local IP to localhost, 192.168.1.[the ip] and 127.0.0.1
More description.
I’m trying to use Cloudflare Zero Trust to expose TCP port 25565 to cafe.jackpurrin.me
for my Minecraft Java server.
Whenever I try to use it, it doesn’t seem to work though! It refuses to connect.
Am I doing something wrong, or is it just due to the DNS not flushing out, and I just needed to wait a while? I’m really confused and would like to know! Thanks!
fritex
November 5, 2024, 12:44am
3
Since running cloudflared tunnel and wanting Minecraft, I’d suggest you to check below post for more information:
All of your users will need to be running cloudflared locally to connect - as for DNS, run cloudflared tunnel route dns <tunnel-name> <hostname>.
i.e if your tunnel was called minecraft and you wanted it on mc.example.com, it’d be cloudflared tunnel route dns minecraft mc.example.com
Helpful article:
Otherwise, as a SRV type of the DNS record but as follows:
Background:
SRV Records can be used to allow people to connect nicely to your minecraft server by simply entering your website name. SRV records can also be used to make players connect on alternative ports, instead of the default 25565, without having to input it. Below is a guide on how you can setup a SRV record so players can connect by entering your domain name.
Prerequisites If you want people worldwide to be able to connect, your server must be on a Public IP Address. If you’re paying a h…
This tutorial is deprecated in favour of Manage DNS records · Cloudflare DNS docs
Archive Please select the type of setup you require, on your root domain or on a subdomain
Root domain, e.g. example.com
Add an <a href="https://community.cloudflare.com/t/adding-dns-records/52718">A record</a> for your root domain example.com or @ and point it to the IP address of your Minecraft server. Make sure it is set to as your server won’t work running through Cloudflare’s pr…
2 Likes
system
Closed
November 7, 2024, 12:45am
4
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.