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

It does not work for my domain .es #3

Open
planetahuevo opened this issue Jun 21, 2020 · 7 comments
Open

It does not work for my domain .es #3

planetahuevo opened this issue Jun 21, 2020 · 7 comments
Labels
question Further information is requested

Comments

@planetahuevo
Copy link

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

Thanks

@mrikirill
Copy link
Owner

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
Copy link
Contributor

twcau commented Jun 29, 2020

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

@planetahuevo
Copy link
Author

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
Copy link

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

@mrikirill
Copy link
Owner

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

@jozefnad
Copy link

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

@Tofandel
Copy link

Tofandel commented Jun 9, 2021

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..

@mrikirill mrikirill added the question Further information is requested label Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants