dnslink-cloudflare icon indicating copy to clipboard operation
dnslink-cloudflare copied to clipboard

Can't change the txt record content by calling record's name

Open HamidullahMuslih opened this issue 3 years ago • 1 comments

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 txt record with name test. I want to change the content of the test record to fromlocal through this binary, then I will put this command in the CI/CD pipeline.

HamidullahMuslih avatar Jun 22 '22 07:06 HamidullahMuslih

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/

HamidullahMuslih avatar Jun 22 '22 08:06 HamidullahMuslih