How to connect a redirect to a domain if it also hosts a Minecraft IP?

What is the name of the domain?

kuber-net.ru

What is the issue you’re encountering

I already tried to do it through page rules, through redirect rules, nothing helps.

What feature, service or problem is this related to?

I don’t know

What are the steps to reproduce the issue?

I already tried to do it through page rules, through redirect rules, nothing helps.

For a redirect, you need a proxied DNS record. But to play Minecraft, you need a DNS-Only record.

To bypass this problem, you need to use an SRV record to make Minecraft use dns-only.example.com, even though people still enter proxied.example.com to join your server.

Then you can create redirects for the proxied record.

There are many tutorials on how to create SRV records for Minecraft on the internet, so I won’t go into more detail here. Just ask if you need more help.

I’m using what you said, but when I go to the site I get a DNS_PROBE_FINISHED_NXDOMAIN error. The IP works in the game.

Again, you need a DNS-Only A record. The name doesn’t matter, but this is the name you should use on the right side of your SRV record.

You should also change the name of the SRV record to _minecraft._tcp.mc.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.