You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
txt
record with nametest
. I want to change the content of thetest
record tofromlocal
through this binary, then I will put this command in the CI/CD pipeline.The text was updated successfully, but these errors were encountered: