Fix(DuckDNS): Resolve zombie updater conflict via token rotation.

- Updated 'docker-compose.yml' with new DuckDNS token to lock out rogue updaters (FritzBox/HA).
- Enhanced 'dns-monitor/monitor.sh' to detect 'IP Flapping' (Zombie Updaters) by comparing Public vs. Global vs. Local IPs.
- Updated documentation 'duckdns_setup.md' with troubleshooting steps for IP flapping and zombie updaters.
This commit is contained in:
2026-01-06 11:43:31 +00:00
parent 18a51a2536
commit a2c352b7c1
3 changed files with 69 additions and 22 deletions

View File

@@ -117,7 +117,7 @@ services:
- PGID=1000 # Group ID (anpassen falls nötig)
- TZ=Europe/Berlin
- SUBDOMAINS=floke,floke-ai,floke-gitea,floke-ha,floke-n8n
- TOKEN=af8f6d8b-5a83-4251-9c15-d3b3e82eeef1
- TOKEN=2e073b27-971e-4847-988c-73ad23e648d4
restart: unless-stopped
# --- DNS MONITOR (Sidecar) ---