mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: Dynv6 work around record deletion issue #550
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 @nirizr on GitHub (Aug 18, 2025).
What's the feature?
For some unknown reason, dynv6 zone records occasionally "disappear". Probably as a result of a bug on their part.
Extra information?
Previously I've used a bash script that alongside updating the IP also makes sure the record still exists or recreates it through their API.
Although this might be out of scope or closed as dynv6's responsibility, I thought this is a feature worth at least considering to add to ddns-updater as a workaround.