mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 06:15:39 -04:00
Rename TXT marker to managed-by=dnsmasq-to-unbound
This commit is contained in:
parent
65126eb179
commit
fc8785d2d3
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue