Skip to content

Commit af7e2ed

Browse files
authored
brandit: provider deprecation (#2116)
1 parent 40bf2b0 commit af7e2ed

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
6767
<td><a href="https://go-acme.github.io/lego/dns/bindman/">Bindman</a></td>
6868
<td><a href="https://go-acme.github.io/lego/dns/bluecat/">Bluecat</a></td>
6969
</tr><tr>
70-
<td><a href="https://go-acme.github.io/lego/dns/brandit/">Brandit</a></td>
70+
<td><a href="https://go-acme.github.io/lego/dns/brandit/">Brandit (deprecated)</a></td>
7171
<td><a href="https://go-acme.github.io/lego/dns/bunny/">Bunny</a></td>
7272
<td><a href="https://go-acme.github.io/lego/dns/checkdomain/">Checkdomain</a></td>
7373
<td><a href="https://go-acme.github.io/lego/dns/civo/">Civo</a></td>

cmd/zz_gen_cmd_dnshelp.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/dns/zz_gen_brandit.md

+6-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,11 @@ 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.
18+
19+
If you are a Brandit/Albion user, you can try the PR https://github.com/go-acme/lego/pull/2112.
1620

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

1922

2023
<!--more-->
@@ -23,7 +26,7 @@ Configuration for [Brandit](https://www.brandit.com/).
2326
- Since: v4.11.0
2427

2528

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

2831
```bash
2932
BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \

providers/dns/brandit/brandit.toml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
Name = "Brandit"
2-
Description = ''''''
1+
Name = "Brandit (deprecated)"
2+
Description = '''
3+
Brandit has been acquired by Abion.
4+
Abion has a different API.
5+
6+
If you are a Brandit/Albion user, you can try the PR https://github.com/go-acme/lego/pull/2112.
7+
'''
38
URL = "https://www.brandit.com/"
49
Code = "brandit"
510
Since = "v4.11.0"

0 commit comments

Comments
 (0)