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:
@@ -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) ---
|
||||
|
||||
Reference in New Issue
Block a user