mirror of
https://github.com/go-acme/lego.git
synced 2024-11-25 00:56:20 +02:00
feat: deprecate Yandex and DNSPod (#1715)
This commit is contained in:
parent
62a0d11f83
commit
bc3500a951
@ -55,7 +55,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
|
||||
| [Civo](https://go-acme.github.io/lego/dns/civo/) | [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/) |
|
||||
| [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/) | [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/) | [DNS Made Easy](https://go-acme.github.io/lego/dns/dnsmadeeasy/) | [DNSimple](https://go-acme.github.io/lego/dns/dnsimple/) |
|
||||
| [DNSPod](https://go-acme.github.io/lego/dns/dnspod/) | [Domain Offensive (do.de)](https://go-acme.github.io/lego/dns/dode/) | [Domeneshop](https://go-acme.github.io/lego/dns/domeneshop/) | [DreamHost](https://go-acme.github.io/lego/dns/dreamhost/) |
|
||||
| [DNSPod (deprecated)](https://go-acme.github.io/lego/dns/dnspod/) | [Domain Offensive (do.de)](https://go-acme.github.io/lego/dns/dode/) | [Domeneshop](https://go-acme.github.io/lego/dns/domeneshop/) | [DreamHost](https://go-acme.github.io/lego/dns/dreamhost/) |
|
||||
| [Duck DNS](https://go-acme.github.io/lego/dns/duckdns/) | [Dyn](https://go-acme.github.io/lego/dns/dyn/) | [Dynu](https://go-acme.github.io/lego/dns/dynu/) | [EasyDNS](https://go-acme.github.io/lego/dns/easydns/) |
|
||||
| [Epik](https://go-acme.github.io/lego/dns/epik/) | [Exoscale](https://go-acme.github.io/lego/dns/exoscale/) | [External program](https://go-acme.github.io/lego/dns/exec/) | [freemyip.com](https://go-acme.github.io/lego/dns/freemyip/) |
|
||||
| [G-Core Labs](https://go-acme.github.io/lego/dns/gcore/) | [Gandi Live DNS (v5)](https://go-acme.github.io/lego/dns/gandiv5/) | [Gandi](https://go-acme.github.io/lego/dns/gandi/) | [Glesys](https://go-acme.github.io/lego/dns/glesys/) |
|
||||
@ -75,7 +75,7 @@ Detailed documentation is available [here](https://go-acme.github.io/lego/dns).
|
||||
| [Tencent Cloud DNS](https://go-acme.github.io/lego/dns/tencentcloud/) | [TransIP](https://go-acme.github.io/lego/dns/transip/) | [UKFast SafeDNS](https://go-acme.github.io/lego/dns/safedns/) | [Variomedia](https://go-acme.github.io/lego/dns/variomedia/) |
|
||||
| [VegaDNS](https://go-acme.github.io/lego/dns/vegadns/) | [Vercel](https://go-acme.github.io/lego/dns/vercel/) | [Versio.[nl/eu/uk]](https://go-acme.github.io/lego/dns/versio/) | [VinylDNS](https://go-acme.github.io/lego/dns/vinyldns/) |
|
||||
| [VK Cloud](https://go-acme.github.io/lego/dns/vkcloud/) | [Vscale](https://go-acme.github.io/lego/dns/vscale/) | [Vultr](https://go-acme.github.io/lego/dns/vultr/) | [WEDOS](https://go-acme.github.io/lego/dns/wedos/) |
|
||||
| [Yandex Cloud](https://go-acme.github.io/lego/dns/yandexcloud/) | [Yandex](https://go-acme.github.io/lego/dns/yandex/) | [Zone.ee](https://go-acme.github.io/lego/dns/zoneee/) | [Zonomi](https://go-acme.github.io/lego/dns/zonomi/) |
|
||||
| [Yandex (deprecated)](https://go-acme.github.io/lego/dns/yandex/) | [Yandex Cloud](https://go-acme.github.io/lego/dns/yandexcloud/) | [Zone.ee](https://go-acme.github.io/lego/dns/zoneee/) | [Zonomi](https://go-acme.github.io/lego/dns/zonomi/) |
|
||||
|
||||
<!-- END DNS PROVIDERS LIST -->
|
||||
|
||||
|
@ -613,7 +613,7 @@ func displayDNSHelp(name string) error {
|
||||
|
||||
case "dnspod":
|
||||
// generated from: providers/dns/dnspod/dnspod.toml
|
||||
ew.writeln(`Configuration for DNSPod.`)
|
||||
ew.writeln(`Configuration for DNSPod (deprecated).`)
|
||||
ew.writeln(`Code: 'dnspod'`)
|
||||
ew.writeln(`Since: 'v0.4.0'`)
|
||||
ew.writeln()
|
||||
@ -2331,7 +2331,7 @@ func displayDNSHelp(name string) error {
|
||||
|
||||
case "yandex":
|
||||
// generated from: providers/dns/yandex/yandex.toml
|
||||
ew.writeln(`Configuration for Yandex.`)
|
||||
ew.writeln(`Configuration for Yandex (deprecated).`)
|
||||
ew.writeln(`Code: 'yandex'`)
|
||||
ew.writeln(`Since: 'v3.7.0'`)
|
||||
ew.writeln()
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "DNSPod"
|
||||
title: "DNSPod (deprecated)"
|
||||
date: 2019-03-03T16:39:46+01:00
|
||||
draft: false
|
||||
slug: dnspod
|
||||
@ -13,8 +13,8 @@ dnsprovider:
|
||||
<!-- providers/dns/dnspod/dnspod.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Use the Tencent Cloud provider instead.
|
||||
|
||||
Configuration for [DNSPod](https://www.dnspod.com/).
|
||||
|
||||
|
||||
<!--more-->
|
||||
@ -23,7 +23,7 @@ Configuration for [DNSPod](https://www.dnspod.com/).
|
||||
- Since: v0.4.0
|
||||
|
||||
|
||||
Here is an example bash command using the DNSPod provider:
|
||||
Here is an example bash command using the DNSPod (deprecated) provider:
|
||||
|
||||
```bash
|
||||
DNSPOD_API_KEY=xxxxxx \
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Yandex"
|
||||
title: "Yandex (deprecated)"
|
||||
date: 2019-03-03T16:39:46+01:00
|
||||
draft: false
|
||||
slug: yandex
|
||||
@ -13,8 +13,8 @@ dnsprovider:
|
||||
<!-- providers/dns/yandex/yandex.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Use the Yandex Cloud provider instead.
|
||||
|
||||
Configuration for [Yandex](https://yandex.com/).
|
||||
|
||||
|
||||
<!--more-->
|
||||
@ -23,7 +23,7 @@ Configuration for [Yandex](https://yandex.com/).
|
||||
- Since: v3.7.0
|
||||
|
||||
|
||||
Here is an example bash command using the Yandex provider:
|
||||
Here is an example bash command using the Yandex (deprecated) provider:
|
||||
|
||||
```bash
|
||||
YANDEX_PDD_TOKEN=<your PDD Token> \
|
||||
|
@ -1,5 +1,7 @@
|
||||
Name = "DNSPod"
|
||||
Description = ''''''
|
||||
Name = "DNSPod (deprecated)"
|
||||
Description = '''
|
||||
Use the Tencent Cloud provider instead.
|
||||
'''
|
||||
URL = "https://www.dnspod.com/"
|
||||
Code = "dnspod"
|
||||
Since = "v0.4.0"
|
||||
|
@ -1,5 +1,7 @@
|
||||
Name = "Yandex"
|
||||
Description = ''''''
|
||||
Name = "Yandex (deprecated)"
|
||||
Description = '''
|
||||
Use the Yandex Cloud provider instead.
|
||||
'''
|
||||
URL = "https://yandex.com/"
|
||||
Code = "yandex"
|
||||
Since = "v3.7.0"
|
||||
|
Loading…
Reference in New Issue
Block a user