Rename TXT marker to managed-by=dnsmasq-to-unbound

This commit is contained in:
Courtney Hall 2025-12-08 12:49:48 -08:00
parent 65126eb179
commit fc8785d2d3
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ If no domain is configured in dnsmasq, DHCP leases cannot be registered (static
1. The daemon watches `/var/db/dnsmasq.leases` and `/var/etc/dnsmasq-hosts` for changes
2. When changes are detected, it parses the files and compares with current Unbound state
3. New records are added, changed records are updated, and stale records are removed
4. Records are marked with a TXT record (`managed-by=unbounddnsmasq`) for identification
4. Records are marked with a TXT record (`managed-by=dnsmasq-to-unbound`) for identification
5. Every 5 minutes, a full reconciliation runs to catch any missed changes
## Troubleshooting

View file

@ -67,7 +67,7 @@ FAILURE_RETRY_DELAY = 30
# How often to run full reconciliation (seconds)
RECONCILE_INTERVAL = 300 # 5 minutes
# Marker to identify our managed records
MANAGED_MARKER = 'managed-by=unbounddnsmasq'
MANAGED_MARKER = 'managed-by=dnsmasq-to-unbound'
# Delay before verifying added records (seconds)
VERIFICATION_DELAY = 5
# Status file for UI notifications