Replies: 4 comments 1 reply
-
Nice thanks for letting me know. So |
Beta Was this translation helpful? Give feedback.
-
{
"provider": "cloudflare",
"zone_identifier": "xxx",
"domain": "example.com",
"host": "@",
"ttl": 600,
"token": "xxx",
"ip_version": "ipv4"
}, {
"provider": "cloudflare",
"zone_identifier": "xxx",
"domain": "*.example.com",
"host": "@",
"ttl": 600,
"token": "xxx",
"ip_version": "ipv4"
} This is how I set up the json for updating both base domain and wildcard. Sorry I did not test this myself though as wildcard is now catching everything and I am now just glad I got it to work somehow with Nginx Proxy Manager and Authelia instances for multiple domains. I have no idea how host is working and that if creating records with the API is possible ! |
Beta Was this translation helpful? Give feedback.
-
Hi there, sorry for coming back 1+ year later, can you try with the latest image (dated february 2024 or later), the host as Thanks!! |
Beta Was this translation helpful? Give feedback.
-
I randomly had to put my head back in my docker setup as I realized my ip was not updated anymore. But I can tell you what previously worked for updating main domain name AND the wildcard does not work anymore.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Just wanted to add here that wildcard DNS updating does seem to work for cloudflare contrary to the cloudflare ddns updater documentation posted here :
https://github.com/qdm12/ddns-updater/blob/master/docs/cloudflare.md
I set up 2 entries for myexample.com in ddns-updater json config file.
One has domain myexample.com
One has domain *.myexample.com
Wildcard A entry has been created in Cloudflare DNS before.
ddns-updater shows success in updating the wildcard entry.
On another domain I am using where I had not added a wildcard A record already, ddns-updater showed failure, then success when said record was created.
Cloudflare has opened wildcard for free users in april/may 2022 which may explain why this is working now.
Might be useful for other users.
Beta Was this translation helpful? Give feedback.
All reactions