Skip to content

Commit

Permalink
Skip DNS check
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Jul 23, 2024
1 parent b18a85a commit e043f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/executor/runnersub.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export async function runConfigSubdomain(config, domaindata, subdomain, sshExec,
domain: subdomain,
'renew': 2,
'web': true,
'skip-dns-check': true,
});
}
// if LE ON AND force self-sign / shared on, must turn off
Expand Down

0 comments on commit e043f01

Please sign in to comment.