dnslink-cloudflare
dnslink-cloudflare copied to clipboard
Can't change the txt record content by calling record's name
Hello! I could not find 1 example of the command
After creating the API token for read all zone and edit sepcific zone. I am receiving error HTTPError: Response code 403 (Forbidden)
Below is the command
CF_API_TOKEN="mytoken" npx dnslink-cloudflare -d myDomain -l fromlocal -r test
- I own the domain which have a
txtrecord with nametest. I want to change the content of thetestrecord tofromlocalthrough this binary, then I will put this command in the CI/CD pipeline.
It was permission problem
I followed this link and found, that i don't need read all zone permission, just I put one DNS edit for specific zone
https://blog.textile.io/ethden-using-ci-to-publish-your-webpage-using-ipfs-and-textile-buckets/