mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Feature request: update N of M A/AAAA records #200
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @redtripleAAA on GitHub (Jul 7, 2022).
Originally assigned to: @qdm12 on GitHub.
What's the feature?
Support multiple A records for the same hosts
Extra information?
For example: one that is doing the DDNS as normal which works perfectly fine
and another A records for the same hosts to have the option to get DDNS from another locations
or to set it manually as static IP address
Currently, when you have a host set to talk to Cloudflare
It will rewrite whenever it gets the IP (Which is expected from the current setup)
However, I have this setup that requires the subdomain to have (A) DNS records
A >> 1.1.1.1
A >> 192.168.1.15
Example screenshots (Sometimes it works like this)

That sometimes works actually with the current setup, however, sometimes it writes both with the new DDNS if got detected with changes.
Thanks.
@qdm12 commented on GitHub (Jan 19, 2024):
Thinking about this a bit...
That should do the trick right?
Or would you like to be able to specify i.e. record ids?
Although ideally I would like to extend this to all providers 😉