File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
56
56
| [ 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/ ) |
57
57
| [ 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/ ) |
58
58
| [ 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/ ) |
60
60
| [ 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/ ) |
61
61
| [ 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/ ) |
62
62
| [ 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/ ) |
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ func displayDNSHelp(w io.Writer, name string) error {
376
376
377
377
case "brandit" :
378
378
// generated from: providers/dns/brandit/brandit.toml
379
- ew .writeln (`Configuration for Brandit.` )
379
+ ew .writeln (`Configuration for Brandit (deprecated) .` )
380
380
ew .writeln (`Code: 'brandit'` )
381
381
ew .writeln (`Since: 'v4.11.0'` )
382
382
ew .writeln ()
Original file line number Diff line number Diff line change 1
1
---
2
- title : " Brandit"
2
+ title : " Brandit (deprecated) "
3
3
date : 2019-03-03T16:39:46+01:00
4
4
draft : false
5
5
slug : brandit
@@ -13,8 +13,9 @@ dnsprovider:
13
13
<!-- providers/dns/brandit/brandit.toml -->
14
14
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
15
15
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/ ) .
16
18
17
- Configuration for [ Brandit] ( https://www.brandit.com/ ) .
18
19
19
20
20
21
<!-- more-->
@@ -23,7 +24,7 @@ Configuration for [Brandit](https://www.brandit.com/).
23
24
- Since: v4.11.0
24
25
25
26
26
- Here is an example bash command using the Brandit provider:
27
+ Here is an example bash command using the Brandit (deprecated) provider:
27
28
28
29
``` bash
29
30
BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \
You can’t perform that action at this time.
0 commit comments