I am trying to setup DNS SRV records on my domain so that my players are able to connect without entering the IP address and port of my Minecraft server.
I've successfully created an A record and it's pointing to the right IP. Now, I have to create a SRV record to point to right port, but all my tries ended with connection refused in the Minecraft game client.
The service that I want to reach is sitting on 93.91.250.130:27296 and I can successfully connect to it by IP address and port.
My Current setup is:
A record
Domain Target
mine.rlnd.cz 93.91.250.130
SRV record
Domain Target Priority Weight Port
_minecraft._tcp.rlnd.cz mine.rlnd.cz 5 5 27296
What am I doing wrong?