FYI CloudFlare API free domain limitation
pdjohntony opened this issue · 4 comments
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": []
}
Might be helpful -> #3 (comment)
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.
thank you @pdjohntony I've added that info into Readme -> https://github.com/mrikirill/SynologyDDNSCloudflareMultidomain#cloudflare-api-free-domains-limitation
Thanks for the great work @mrikirill