Closed Luflosi closed 2 years ago
Thanks! I am not sure why dnssimple is doing this, but the TXT records are there. I have re-saved the zone and it has started working (dig @ns1.dnsimple.com TXT _dnslink.ipfs-websites.collab.ipfscluster.i o
), but it will take a while to propagate.
Yep, it's working now. Thanks for the quick fix!
To reproduce, execute
ipfs-cluster-follow ipfs-websites run --init ipfs-websites.collab.ipfscluster.io
, as written on https://collab.ipfscluster.io/. It will output something like:This happens because the there is no DNSLink record on the domain
ipfs-websites.collab.ipfscluster.io
:outputs nothing, while all other domains listed on the website above do have a DNSLink record.
To fix this, the correct TXT record should be added to the domain again.
Sorry if this is not the correct repo to submit this issue but I don't know where else to report this.