mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Ionos wildcard handling #399
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 @Cilenco on GitHub (May 13, 2024).
TLDR: Ionos provider creates any AAAA record instead of updating * record
Running version 2.6.0 built on 2024-02-03T18:53:40.722Z (commit c338c28)Logs:
Configuration file (remove your credentials!):
Host OS: Raspberry Pi OS (Debian GNU/Linux 12 (bookworm))
@dernicc commented on GitHub (May 13, 2024):
Same for me and ipv4.
Logs:
Configuration:
docker-compose.yml:
@qdm12 commented on GitHub (Jun 14, 2024):
aa4a1f3813likely fixes this, can you pull the latest imagedocker pull qmcgaw/ddns-updaterand try with this image? It was previously setting the name to find/create/update toany.domain.deinstead of the now-fixed*.domain.de, my bad!If it still doesn't work, can you share what logs you get with the
LOG_LEVEL=debugset? (remove your credentials!)@Cilenco commented on GitHub (Jun 14, 2024):
Yes it does work now with the latest image. Thank you for the fix!