Skip to content

Commit c71c722

Browse files
committed
chore: generate
1 parent 3220f29 commit c71c722

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
5656
| [Akamai EdgeDNS](https://go-acme.github.io/lego/dns/edgedns/) | [Alibaba Cloud DNS](https://go-acme.github.io/lego/dns/alidns/) | [all-inkl](https://go-acme.github.io/lego/dns/allinkl/) | [Amazon Lightsail](https://go-acme.github.io/lego/dns/lightsail/) |
5757
| [Amazon Route 53](https://go-acme.github.io/lego/dns/route53/) | [ArvanCloud](https://go-acme.github.io/lego/dns/arvancloud/) | [Aurora DNS](https://go-acme.github.io/lego/dns/auroradns/) | [Autodns](https://go-acme.github.io/lego/dns/autodns/) |
5858
| [Azure (deprecated)](https://go-acme.github.io/lego/dns/azure/) | [Azure DNS](https://go-acme.github.io/lego/dns/azuredns/) | [Bindman](https://go-acme.github.io/lego/dns/bindman/) | [Bluecat](https://go-acme.github.io/lego/dns/bluecat/) |
59-
| [Brandit](https://go-acme.github.io/lego/dns/brandit/) | [Bunny](https://go-acme.github.io/lego/dns/bunny/) | [Checkdomain](https://go-acme.github.io/lego/dns/checkdomain/) | [Civo](https://go-acme.github.io/lego/dns/civo/) |
59+
| [Brandit (deprecated)](https://go-acme.github.io/lego/dns/brandit/) | [Bunny](https://go-acme.github.io/lego/dns/bunny/) | [Checkdomain](https://go-acme.github.io/lego/dns/checkdomain/) | [Civo](https://go-acme.github.io/lego/dns/civo/) |
6060
| [Cloud.ru](https://go-acme.github.io/lego/dns/cloudru/) | [CloudDNS](https://go-acme.github.io/lego/dns/clouddns/) | [Cloudflare](https://go-acme.github.io/lego/dns/cloudflare/) | [ClouDNS](https://go-acme.github.io/lego/dns/cloudns/) |
6161
| [CloudXNS](https://go-acme.github.io/lego/dns/cloudxns/) | [ConoHa](https://go-acme.github.io/lego/dns/conoha/) | [Constellix](https://go-acme.github.io/lego/dns/constellix/) | [CPanel/WHM](https://go-acme.github.io/lego/dns/cpanel/) |
6262
| [Derak Cloud](https://go-acme.github.io/lego/dns/derak/) | [deSEC.io](https://go-acme.github.io/lego/dns/desec/) | [Designate DNSaaS for Openstack](https://go-acme.github.io/lego/dns/designate/) | [Digital Ocean](https://go-acme.github.io/lego/dns/digitalocean/) |

cmd/zz_gen_cmd_dnshelp.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ func displayDNSHelp(w io.Writer, name string) error {
381381

382382
case "brandit":
383383
// generated from: providers/dns/brandit/brandit.toml
384-
ew.writeln(`Configuration for Brandit.`)
384+
ew.writeln(`Configuration for Brandit (deprecated).`)
385385
ew.writeln(`Code: 'brandit'`)
386386
ew.writeln(`Since: 'v4.11.0'`)
387387
ew.writeln()

docs/content/dns/zz_gen_brandit.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Brandit"
2+
title: "Brandit (deprecated)"
33
date: 2019-03-03T16:39:46+01:00
44
draft: false
55
slug: brandit
@@ -13,8 +13,9 @@ dnsprovider:
1313
<!-- providers/dns/brandit/brandit.toml -->
1414
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
1515

16+
Brandit has been acquired by Abion.
17+
Abion has a different API, you can use the [Abion provider](https://go-acme.github.io/lego/dns/abion/).
1618

17-
Configuration for [Brandit](https://www.brandit.com/).
1819

1920

2021
<!--more-->
@@ -23,7 +24,7 @@ Configuration for [Brandit](https://www.brandit.com/).
2324
- Since: v4.11.0
2425

2526

26-
Here is an example bash command using the Brandit provider:
27+
Here is an example bash command using the Brandit (deprecated) provider:
2728

2829
```bash
2930
BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \

0 commit comments

Comments
 (0)