srv records not working
my srv record dont seem to be working and im not sure if im just a dumba55 or there is somthing else wrong
7 Replies
here is my current setup
i want mc101.star(rest of domain).tld to redirect to port 25570
this doesnt do that and im stumped
So currently mc101.star.tld doesn't connect, right?
Does mc101.star.tld:25570 connect?
not to 25570
ye adding the port makes it cconnect to the right port
the a record points to the server its just the srv which should be redirecting port isnt
Ah. I see the problem. Your srvice name should be
_minecraft
, not _mc101
.oh does that matter?
Yes. SRV recors are for specific services (think different applicaitons), so you tell it wich service the record is for with the service name. In this case, Minecraft looks for
_minecraft
as the service name, so you need to set it to thatthanks, ill let that sync and try it out