Diagnosis page : DNS records missing

:uk:/:us:

My YunoHost server

Hardware: Raspberry Pi at home
YunoHost version: 3.8.4.3

Description of my issue

The diagnosis page tells me that 2 DNS records are missing. My problem is : they have been created automatically during the post-install, and it seems the suggested values are there. Could you tell me what is missing ?

Diagnosis asks for:

  • DNS Type: CNAME Name: xmpp-upload Value: domain.tld
  • CAA Name: @ Value: 128 issue “letsencrypt.org

Configuration (extract):


; XMPP
_xmpp-client._tcp 3600 IN SRV 0 5 5222 domain.tld.
_xmpp-server._tcp 3600 IN SRV 0 5 5269 domain.tld.
muc 3600 IN CNAME @
pubsub 3600 IN CNAME @
vjud 3600 IN CNAME @
xmpp-upload 3600 IN CNAME @

...

; Extra
* 3600 IN A xx.xx.xx.xx
* 3600 IN AAAA xxx:xxx:xxx:xxx:xxx:xxx:xxx:xxx
@ 3600 IN CAA 128 issue "letsencrypt.org"

In command line / SSH, run :

yunohost dyndns update --force

Done. It works :star_struck: Thank you !

Suggestion : this could be suggested in the Diagnosis tool, like for some other items.

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