Fix ACME DNS resolver flag placement (global, not subcommand)
--dns.resolvers is a global lego flag, not a run/renew subcommand flag. Use extraLegoFlags instead of extraLegoRunFlags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6ae3f8be97
commit
337b90ced3
1 changed files with 1 additions and 2 deletions
|
|
@ -62,8 +62,7 @@ in
|
|||
domain = "*.nordhammer.it";
|
||||
extraDomainNames = [ "nordhammer.it" ];
|
||||
dnsProvider = "cloudflare";
|
||||
extraLegoRunFlags = [ "--dns.resolvers" "1.1.1.1:53" ];
|
||||
extraLegoRenewFlags = [ "--dns.resolvers" "1.1.1.1:53" ];
|
||||
extraLegoFlags = [ "--dns.resolvers" "1.1.1.1:53" ];
|
||||
credentialFiles = {
|
||||
"CF_DNS_API_TOKEN_FILE" = "/var/secrets/cloudflare-token";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue