0
0
forked from toolshed/abra

refactor!: remove auto dns, too magic, too broken

This commit is contained in:
2022-01-19 11:20:51 +01:00
parent a33767f848
commit 9f2bb3f74f
2 changed files with 1 additions and 115 deletions

View File

@ -326,13 +326,6 @@ var StdErrOnlyFlag = &cli.BoolFlag{
Destination: &StdErrOnly,
}
var AutoDNSRecord bool
var AutoDNSRecordFlag = &cli.BoolFlag{
Name: "auto, a",
Usage: "Automatically configure DNS records",
Destination: &AutoDNSRecord,
}
var DontWaitConverge bool
var DontWaitConvergeFlag = &cli.BoolFlag{
Name: "no-converge-checks, nc",