Development
This commit is contained in:
parent
cc2f57aa83
commit
74166f03bd
11 changed files with 986 additions and 61 deletions
|
|
@ -23,6 +23,7 @@ All configuration lives in two JSON files. Edit these to match your network befo
|
|||
| `.dashboard-done` | UUIDs of already-processed queue entries; prevents duplicate execution. |
|
||||
| `.dashboard-last-run` | Epoch timestamp of the last timer execution. |
|
||||
| `.dashboard-lock` | PID lock file preventing concurrent timer runs. |
|
||||
| `.dashboard-pending` | Changes held back when Apply on Save is disabled; flushed to `.dashboard-queue` when Apply Now is clicked. |
|
||||
| `.dns-metrics` | Cumulative lifetime DNS metrics across all VLAN instances. Created and updated each time `--view-metrics` is run. |
|
||||
| `.ddns-last-ip-*` | Cached public IP per DDNS provider. Managed by `ddns.py`. |
|
||||
| `.ddns-last-service` | Tracks IP-check service rotation. Managed by `ddns.py`. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue