SRV Records Not Propagating?

I am trying to hook a subdomain (server.reithegoat.dev) to an IP and Port with a Minecraft Bedrock server running.

I use an A Record to hook pebble.reithegoat.dev to the assigned server IP. Then I try to use an SRV Record to point the subdomain server to pebble.reithegoat.dev at port 8088.

I checked with DNS Lookup tools to see if _bedrock._udp.reithegoat.dev, but I keep getting that the record is nonexistent or not published. I also check with mcping me.

Below are the DNS records in question.

That isn’t actually the record you’ve created. According to your screenshots, that would be β€œ_bedrock._udp.server.reithegoat.dev”, which works just fine:

$ dig SRV _bedrock._udp.server.reithegoat.dev

; <<>> DiG 9.16.37-Debian <<>> SRV _bedrock._udp.server.reithegoat.dev
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30348
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;_bedrock._udp.server.reithegoat.dev. IN        SRV

;; ANSWER SECTION:
_bedrock._udp.server.reithegoat.dev. 300 IN SRV 100 100 8088 pebble.reithegoat.dev.

;; Query time: 64 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Thu Jun 08 06:26:47 CEST 2023
;; MSG SIZE  rcvd: 105

Replace β€œserver” in Name field with either β€œ@” or β€œreithegoat.dev”, if you want the record to be available as β€œ_bedrock._udp.reithegoat.dev”.

3 Likes

Minecraft Bedrock does not use SRV records.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.