juusujanar / cloudflare-ddns

Docker container to update CloudFlare DNS records
GNU General Public License v3.0
11 stars 2 forks source link

Getting Zone not found #19

Closed krousenick closed 1 year ago

krousenick commented 2 years ago

Hello

I am getting error from line 80 of common.go. "zone, err := GetZoneIdentifier(domain.Name)". Would this be related to use the new cf specific tokens? Thanks in advance.

juusujanar commented 1 year ago

This tool currently supports only the Global API token, not the newer, API tokens.

Although support for the newer API tokens is in the works :)