-
Notifications
You must be signed in to change notification settings - Fork 94
Description
Good evening to all!
I'm trying to use the cloudflare-ddns with limited knowledge on this kind of systems, I have my domain configured on cloudflare correctly and I have been accesing it with the zero trust tunnels for websites until now. Recently I'm also hosting gameservers but I cannot use those tunnels and needed this ddns for them but I'm getting an error after launching the docker compose
cloudflare-ddns_1 | 🌐 Detected the IPv4 address xx.xxx.xx.xx
cloudflare-ddns_1 | 😞 Failed to find the zone of mydomain.es
cloudflare-ddns_1 | 😞 Failed to send HTTP(S) request to "https://api.cloudflare.com/cdn-cgi/trace": GET https://api.cloudflare.com/cdn-cgi/trace giving up after 1 attempt(s): context deadline exceeded
cloudflare-ddns_1 | 😞 Failed to detect the IPv6 address
cloudflare-ddns_1 | ⏰ Checking the IP addresses in about 4m55s . . .
This just goes on every try in a 25 minutes try. The token is set, the domain is set, and I have also tried turning off the zero trust tunnels. I cannot find what is wrong with it after following the directions on Github