You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cloudfare, when using a wildcard (*), the update does not work, while it works perfectly with domains.
🌐 Detected the IPv4 address xx.xx.xx.xx
😞 Failed to find the zone of *
😞 Failed to send HTTP(S) request to "https://api.cloudflare.com/cdn-cgi/trace": context deadline exceeded
😞 Failed to detect the IPv6 address
💡 If you are using Docker or Kubernetes, IPv6 might need extra setup. Read more at https://github.com/favonia/cloudflare-ddns/blob/main/README.markdown. If your network doesn't support IPv6, you can turn it off by setting IP6_PROVIDER=none
💡 If your network is experiencing high latency, consider increasing DETECTION_TIMEOUT=5s
This is done as per Cloudflare documentation
[https://developers.cloudflare.com/dns/manage-dns-records/reference/wildcard-dns-records/]
The text was updated successfully, but these errors were encountered:
@Vorkosigan76@sorker Thanks for the report! The Cloudflare documentation assumes the zone is already known or chosen within their UI, but that's not the case for the updater. You need fully qualified domain names (FQDNs) like *.domain.org instead of just * to specify the zone domain.org, making it clear which zone the updater should target. I hope this clarifies things!
In cloudfare, when using a wildcard (*), the update does not work, while it works perfectly with domains.
This is done as per Cloudflare documentation
[https://developers.cloudflare.com/dns/manage-dns-records/reference/wildcard-dns-records/]
The text was updated successfully, but these errors were encountered: