Hello. Could you teach me how can I use the SRV record?
I can access MyServer'sIP:66666
.
At first, I was set A record,
Type = A
Name = test
Content = MyServer'sIP
Next, I was set SRV record like this,
Service = _test
Protocol = TCP
Name = test (or test.example.com)
Priority = 0
Weight = 0
Port = 66666
Target = example.com (my domain)
( and I have tested, )
Target = test.example.com
but not working. What’s my mistake?