mrikirill / SynologyDDNSCloudflareMultidomain

Synology DDNS Cloudflare service provider with multidomains and subdomains
https://mrikirill.github.io/SynologyDDNSCloudflareMultidomain/
MIT License
465 stars 65 forks source link

It does not work for my domain .es #3

Open planetahuevo opened 4 years ago

planetahuevo commented 4 years ago

But I do not get any errors. How can I debug this to see where the problem is?

Thanks

mrikirill commented 4 years ago

You can manually run and debug the script to detect the problem for your case. Comment the lines: 4 to 7, than modify the script to add in line 3 that:

$argv = [
'',
'your-cloudflare-email-here',
'your-cloudflare-global-key-here',
'your-domain.es-here',
'your-nas-ip-here',
];

And add after the line 179 var_dump($res) to see all responses from Cloudflare Than start the script: php -f your-script-path.php Hope that will help you to detect your issue

twcau commented 4 years ago

Also, have you checked your Cloudflare audit logs to see if there's any activity or information there which might help you?

planetahuevo commented 4 years ago

Hi, Sorry I have been too busy to test this again. I will give it another go as soon as I have some time and let you know.

Thanks for the tips. :)

jozefnad commented 3 years ago

I have same issue for domain .ml, everything seems good, status is Normal, but with no changes on A record

mrikirill commented 3 years ago

@jozefnad Have you tried to switch the script into debug mode and check what the logs tells ?

jozefnad commented 3 years ago

I think that cloudflare does not support API for domain as TK, ML... etc

Tofandel commented 3 years ago

Damn they removed support for .tk and other free TLD from the free api.. Tss https://community.cloudflare.com/t/unable-to-update-ddns-using-api-for-some-tlds/167228/61

Guess it's either buy a paid TLD or upgrade to cloudflare paid plan..