TreesOne
AAdmincraft
•Created by TreesOne on 9/5/2024 in #questions
SRV Record Problems
I am new to DNS and am trying to host a few publicly accessible servers. I purchased a domain with namecheap and have created the following DNS records:
A record with host "@" pointing to my public IP
A record with host "subdomain" pointing to my public IP
SRV record with the following parameters: Service: _minecraft Protocol: _tcp.subdomain Priority: 0 Weight: 5 Port: port_of_server Target: subdomain.domain.tld
I am able to connect to my server using subdomain.domain.tld:port_of_server but am unable to connect using just subdomain.domain.tld as I wish; I get a "Connection refused: getsockopt" message in Minecraft. Any suggestions?
123 replies