Mobile app version of vmapp.org
Login or Join
Angela700

: Can SRV DNS record be used to allow Mincraft to connect to a non-default port without specifying the port number? I own a Minecraft Server with a non standard port and i want the user to

@Angela700

Posted in: #Dns #PortNumber #SrvRecords

I own a Minecraft Server with a non standard port and i want the user to connect without port. So i tried setting up an A and a SRV Record for my Domain.

A Record:


join.domainName.xyz
MineCraftServerIP


SRV Record:


_minecraft._tcp.join.domainName.xyz
Priority:0
Weight:5
minecraftServerPort
join.domainName.xyz


if i run nslookup -q=SRV _minecraft._tcp.join.domainName.xyz i get

priority = 0
weight = 5
port = minecraftServerPort
svr hostname = join


but on Minecraft i get "Cant resolve Hostname", if i add the minecraftServerPort behind join.domainName.xyz, it is working, i thought SRV Record can be used to hide the port?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

1 Comments

Sorted by latest first Latest Oldest Best

 

@Berumen354

After swiching to Cloudflare and making the same settings there, everything works fine now.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme