fix: remove strict FQDN device name matching to allow arbitrary valid DNS names
All checks were successful
Docker Build & Push / build-and-push (push) Successful in 20s

This commit is contained in:
Gemini Bot
2026-03-20 09:44:59 +00:00
parent 3e96fc25dc
commit e63f25cca6
2 changed files with 1 additions and 25 deletions

View File

@@ -79,4 +79,5 @@ Falls Ihr CoreDNS-Container (hier beispielhaft `coredns` genannt) via **macvlan*
```
## Changelog
* **2026-03-20:** Restriktiver FQDN-Check entfernt. IPs mit abweichenden FQDNs (z. B. auf zusätzlichen Interfaces) werden nun ebenfalls synchronisiert, sofern der DNS-Name zur Zone passt.
* **2026-03-20:** Skript bricht bei API- oder Netzwerkfehlern nicht mehr ab (Container bleibt aktiv und versucht den Sync im nächsten Intervall).