By randomprey
I’m attempting to deploy a matrix synapse server on an ubuntu 16.04 droplet. The network and domain are being managed by DO and I’m trying to remove an error from MY DNS SRV record.
TASK [matrix-base : Fail if DNS SRV record incorrect (Ansible dig lookup)] ********************************************************
fatal: [matrix.mtx-me.tk -> 127.0.0.1]: FAILED! => {"changed": false, "msg": "It appears the DNS SRV record for _matrix-identity._tcp on mtx-me.tk. is not set up correctly. Expected it to point to `matrix.mtx-me.tk.` (port 443). Found it pointing to `matrix.mtx-me.tk.mtx-me.tk.` (port 443). See the 'Configuring DNS' documentation for this playbook."}
I’m entering “_matrix-identity._tcp” for the hostname and “matrix” for the redirect into the SRV record creation screen. I’ve tried adding a dot at the end to prevent this but no joy.
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, @randomprey
Looking at the provided screenshot, everything looks okay. Can you double check that the DNS is hosted through DigitalOcean? You need to make the DNS change from the active DNS zone for your domain name. You can quickly double check what nameservers you’re using an make sure you’re adding the SRV record from the correct zone.
You can check the official documentation on adding/creating SRV record as well:
https://www.digitalocean.com/docs/networking/dns/how-to/manage-records/#srv-records
Note: Keep in mind that DNS changes might take from 24-48 hours due to DNS cache. However they usually update a lot faster.
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.