-
feat(dns): add functions to handle missing DNS records and mark records as synced
CD / quality (push) Successful in 1m16squality / changes (push) Successful in 9squality / web (push) Skippedquality / api (push) Successful in 1m3squality / commitlint (push) Skippedquality / docker-check (push) SkippedCD / update-wiki (push) Successful in 5sCD / publish (push) Successful in 1m24sreleased this
2026-09-03 18:52:39 +07:00 | 4 commits to main since this release- Introduced
isMissingCfDnsRecordto identify missing Cloudflare DNS records based on error messages. - Added
markSyncedfunction to update DNS record fields in the database and return the updated record. - Refactored
pushRecordto utilizemarkSyncedfor better code organization and clarity. - Enhanced error handling for cases where DNS records need to be recreated after manual edits.
Downloads
- Introduced