Quentin McGaw
Quentin McGaw
If there is a web ui, we would still need state so keeping the JSON file as is (maybe add some other fields on top of `settings`) is the goal...
To accommodate a future-to-be UI, the program was changed as follows: 1. If the config file does not exist, it is created with content `{}`. Note that the directory containing...
Yes for now it can only update AAAA records for some other providers (DDNSS.de, Infomaniak, etc.). I need to add support for Ipv6 so let's keep this issue opened, I'll...
Hello, I added support for ipv6 and AAAA now for Cloudflare, can you please try it? (I don't have ipv6 nor cloudflare ha!) The image is `qmcgaw/ddns-updater:cloudflare-ipv6`, PR is [here](https://github.com/qdm12/ddns-updater/pull/71)...
Actually i had to merge it in the master branch, so it's now available in the `:latest` docker tag. I'll close the issue, feel free to comment / reopen if...
Hi, Thanks for pinging back! No hurry, anyway someone will eventually create another issue if ipv6 doesn't work :smile: Of course if you can find a use for it, great...
I think this is an old Docker image, try pulling it again?
There is no OS in the container so no shell 😕 Can you try ```sh docker run -it --rm alpine:3.11 wget -qO- https://ip6.ddnss.de/meineip.php ``` If it doesn't work, please try:...
No problem, I'm happy to help (and fix that container too!). Sadly I have no ipv6 from my isp, so I can't test it 😞 On my side, running ```sh...
Glad to hear! Let me know once you fix it with your Docker bridged network, I'll add it to the readme. Congrats for switching to ipv6 :+1: