Dns Records help for minecraft
I trying to host two different servers on different ports but can't get the srv records to work. basically I want mc.domain.com point to port 25565 and play.domain.com to 25566. what records should I make?
7 Replies
also I already port forwarded those ports
What records do you have right now? You want just Java, not bedrock right? And they're both on the same IP?
java and yes on the same ip
So you can just do an unproxied A record on mc since you're using default port:
A
mc
<serverIP>
DNS Only
Auto Ttl
and then you can make a srv record using that
SRV
_minecraft._tcp.play
0
0
Auto
25566
Target:
mc.yourdomainname.tld
So what would people use to connect to the server that is on 25566
they'd just type in
play.domain.com
the mc java client automatically looks up the srv record if it existsthanks its works