ACME: dnsPropagationCheck = true

pull/55/head
Alexander 2023-12-21 13:38:28 +04:00
parent 4c3072ade8
commit 66c0184a93
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ in
group = "acmereceivers";
dnsProvider = lib.strings.toLower cfg.dns.provider;
credentialsFile = acme-env-filepath;
dnsPropagationCheck = false;
dnsPropagationCheck = true;
};
};
};