Invert logic for pangolin dns

This commit is contained in:
Owen
2026-04-13 16:06:23 -07:00
parent 561a9ab379
commit 676eacc9cf

View File

@@ -434,8 +434,8 @@ export function initAcmeCertSync(): void {
return; return;
} }
if (!privateConfigData.flags.use_pangolin_dns) { if (privateConfigData.flags.use_pangolin_dns) {
logger.debug(`acmeCertSync: ACME cert sync requires use_pangolin_dns flag to be enabled, skipping`); logger.debug(`acmeCertSync: ACME cert sync requires use_pangolin_dns flag to be disabled, skipping`);
return; return;
} }