Quentin McGaw

Results 837 comments of Quentin McGaw

Thanks @hereisderek I'll add what you wrote to the wiki! > not sure how to update both ipv4 and ipv6 at the same time You cannot for now but that's...

That is very much likely related to the issue #210. Maybe using the new environment variable `IPV6_PREFIX` can help.

Oh yeah definitely opt out authentication. But I really want to make it enabled by default as we don't want to have some network noob (including me sometimes) port forward...

I.... need to test things more 😄 I don't have IPv6 enabled on my network... yet, although my ISP supports it so that's that I have to do. If you...

Hello there! Do you mean your IP did not change in months but the container shows an update success 40h ago despite it not changing?

> Correctomatico! That means yes right? 😅 Maybe you rebooted the container 40 hours ago? It does force the update at start (maybe, not too sure but I can check)....

Did you set the [proxied option](https://github.com/qdm12/ddns-updater/blob/master/docs/cloudflare.md#optional-parameters)? If your domain is behind Cloudflare proxy, the IP address of your domain will be one of Cloudflare's servers and not your direct IP...

I just added some debug logs you can enable with `-e LOG_LEVEL=debug` which should explain for each record why they are getting updated or not. Maybe try with: ```sh docker...

Hey bcurran3! I wrote [this in the readme](https://github.com/qdm12/ddns-updater#architecture) to clarify how the program works and why 😉 I think the craziness re-updating a record that did not change IP address...

@armanatz have a look at the [architecture section in the readme](https://github.com/qdm12/ddns-updater#architecture) to know a bit more what's it's doing for Cloudflare proxied records. Basically it should only update when your...