I have the subdomain aragon.plasmmer.com, but even with IPFS Desktop+Companion enabled, it isn’t redirecting to IPFS.
plasmmer.com also had an TXT record and isn’t redirecting.
How to config it properly?
I have the subdomain aragon.plasmmer.com, but even with IPFS Desktop+Companion enabled, it isn’t redirecting to IPFS.
plasmmer.com also had an TXT record and isn’t redirecting.
How to config it properly?
Your screenshot looks correct, however, these records are not getting propagated (dig TXT _dnslink.aragon.plasmmer.com
shows nothing).
So…
_dnslink.plasmmer.com
dnslink=/ipfs/bafybeigaudrlutgrpmq5uxhuckvzvszg4e5dswggye2cnz32ype7zhl6ya
and
_dnslink.aragon.plasmmer.com
dnslink=/ipfs/QmdkotJReDTeHunn4LBL3s45pM1ZZyaEdLWV4asRWkbdRt
are correct?
@hector, should I also replace the A
record with an A
/ AAAA
/ CNAME
pointing to an IPFS node, as pointed here?
Also pointed: “the TXT record doesn’t exist when I query it: perhaps there is some DNS caching issue?”
Seems to work now.
You can set an ALIAS record to an existing gateway as mentioned here: DNSLink Standard, or run your own gateway (and set an A record).
Yes, I’ve contacted the host company and they manually put it to work (?)
Hope the next time I don’t need to ask again.
And thanks for letting me know that my TXT entries were correct.
Will research about this, thanks.