Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FYI CloudFlare API free domain limitation #28

Closed
pdjohntony opened this issue Sep 6, 2022 · 4 comments
Closed

FYI CloudFlare API free domain limitation #28

pdjohntony opened this issue Sep 6, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation

Comments

@pdjohntony
Copy link

Not exactly an issue but I wanted to pass this along for any poor soul who spent countless hours trying to get this to work only to find out there is a CloudFlare API limitation with free domains.

I was testing this out with a free .ml domain to no avail. I tried curling the API myself only to find this response.

{
  "result": null,
  "success": false,
  "errors": [
    {
      "code": 1038,
      "message": "You cannot use this API for domains with a .cf, .ga, .gq, .ml, or .tk TLD (top-level domain). To configure the DNS settings for this domain, use the Cloudflare Dashboard."
    }
  ],
  "messages": []
}
@mrikirill mrikirill added the documentation Improvements or additions to documentation label Sep 7, 2022
@mrikirill
Copy link
Owner

Might be helpful -> #3 (comment)

@pdjohntony
Copy link
Author

Ah I missed that issue. No worries I had a paid domain I was able to use instead. You can close this issue, I just wanted to pass this info along. It may be helpful to put a note in the readme about this limitation to folks time.

@mrikirill
Copy link
Owner

thank you @pdjohntony I've added that info into Readme -> https://github.com/mrikirill/SynologyDDNSCloudflareMultidomain#cloudflare-api-free-domains-limitation

@pdjohntony
Copy link
Author

Thanks for the great work @mrikirill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants