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;
}
if (!privateConfigData.flags.use_pangolin_dns) {
logger.debug(`acmeCertSync: ACME cert sync requires use_pangolin_dns flag to be enabled, skipping`);
if (privateConfigData.flags.use_pangolin_dns) {
logger.debug(`acmeCertSync: ACME cert sync requires use_pangolin_dns flag to be disabled, skipping`);
return;
}