Problem to solve
Right now to support DNSLink for web hosting file or websites through transactions but still wanted to have a DNS redirection, we have to update the DNS manually by adding a DNSLink so any Archethic node can do the redirection.
So provide a mechanism to automate this could be really great.
Solution
I saw on other CLI tools for IPFS (for instance github.com/ipfs-deploy) we can support Cloudflare as it provides API to update DNS entries.
So by using this package: https://www.npmjs.com/package/dnslink-cloudflare we could propose this solution during the deployment of the website.
Problem to solve
Right now to support DNSLink for web hosting file or websites through transactions but still wanted to have a DNS redirection, we have to update the DNS manually by adding a DNSLink so any Archethic node can do the redirection.
So provide a mechanism to automate this could be really great.
Solution
I saw on other CLI tools for IPFS (for instance github.com/ipfs-deploy) we can support Cloudflare as it provides API to update DNS entries.
So by using this package: https://www.npmjs.com/package/dnslink-cloudflare we could propose this solution during the deployment of the website.