ddns-updater
ddns-updater copied to clipboard
Container to update DNS records periodically with WebUI for many DNS providers
If a domain from the config never gets an IP, the updates.json stays empty (ip": "",), If I start ddns-updater it registers that empty IP as an error and shuts...
1. What's the feature? - As I understand the public IP can only be fetched. I would like an option (ENV) to enter the public IP. - Another nice solution...
1. What's the feature? allow `config.json` to be provided as a Docker secret (by providing a new CLI parameter, or environment variable). 2. Extra information? When using Docker Swarm, the...
1. What's the feature? Instead of simply updating a record, create it if it does not exist. Done for: - [x] Cloudflare - [x] Digital Ocean - [x] ~Don Dominio~...
Another idea for simpler setup: When /updater/data/config.json is not found, copy a default template config.json stored in the image to /updater/data/config.json
Hi, am I correct, that ddns-update cannot update IPV6 addresses for Cloudflare? The following piece of code implies that, along with the error that I mentioned in the subject area...
1. What's the feature? Authentication mechanism for http server. 2. Extra information? - This blocks the new Web UI which will allow to modify settings, see tokens etc. - We...
- Automatically detect if the machine supports ipv4 and/or ipv6 and depending on that gets its public IP address. - Update records with ipv4 and/or ipv6 depending on the result...