File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 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).
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/ ) |
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ func displayDNSHelp(w io.Writer, name string) error {
384384
385385 case "brandit" :
386386 // generated from: providers/dns/brandit/brandit.toml
387- ew .writeln (`Configuration for Brandit.` )
387+ ew .writeln (`Configuration for Brandit (deprecated) .` )
388388 ew .writeln (`Code: 'brandit'` )
389389 ew .writeln (`Since: 'v4.11.0'` )
390390 ew .writeln ()
Original file line number Diff line number Diff line change 11---
2- title : " Brandit"
2+ title : " Brandit (deprecated) "
33date : 2019-03-03T16:39:46+01:00
44draft : false
55slug : 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
2930BRANDIT_API_KEY=xxxxxxxxxxxxxxxxxxxxx \
You can’t perform that action at this time.
0 commit comments