Anto
Anto
AAdmincraft
Created by Anto on 6/24/2023 in #questions
SRV records not working
Hey! I'm trying to host a few minecraft servers on my server computer. I want to have them connected to domains and I want users to be able to join without having to write the port. I think SRV records are the correct solution to this. The server is running at port 25569 My current dns setup looks like this:
A record: server.example.com -> IP address
SRV record: _minecraft._tcp.server.example.com -> 30 5 25569 server.example.com
A record: server.example.com -> IP address
SRV record: _minecraft._tcp.server.example.com -> 30 5 25569 server.example.com
Clients can currently connect with domain and the port. But not without the port.
42 replies