forked from TrueCloudLab/lego
docs: un-deprecate Yandex (#1719)
This commit is contained in:
parent
af37b94b38
commit
d5a18dc2d5
4 changed files with 8 additions and 9 deletions
|
@ -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 (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/) |
|
||||
| [Yandex Cloud](https://go-acme.github.io/lego/dns/yandexcloud/) | [Yandex PDD](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/) |
|
||||
|
||||
<!-- END DNS PROVIDERS LIST -->
|
||||
|
||||
|
|
|
@ -2331,7 +2331,7 @@ func displayDNSHelp(name string) error {
|
|||
|
||||
case "yandex":
|
||||
// generated from: providers/dns/yandex/yandex.toml
|
||||
ew.writeln(`Configuration for Yandex (deprecated).`)
|
||||
ew.writeln(`Configuration for Yandex PDD.`)
|
||||
ew.writeln(`Code: 'yandex'`)
|
||||
ew.writeln(`Since: 'v3.7.0'`)
|
||||
ew.writeln()
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Yandex (deprecated)"
|
||||
title: "Yandex PDD"
|
||||
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 PDD](https://yandex.com/).
|
||||
|
||||
|
||||
<!--more-->
|
||||
|
@ -23,7 +23,7 @@ Use the Yandex Cloud provider instead.
|
|||
- Since: v3.7.0
|
||||
|
||||
|
||||
Here is an example bash command using the Yandex (deprecated) provider:
|
||||
Here is an example bash command using the Yandex PDD provider:
|
||||
|
||||
```bash
|
||||
YANDEX_PDD_TOKEN=<your PDD Token> \
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Name = "Yandex (deprecated)"
|
||||
Name = "Yandex PDD"
|
||||
Description = '''
|
||||
Use the Yandex Cloud provider instead.
|
||||
'''
|
||||
URL = "https://yandex.com/"
|
||||
URL = "https://pdd.yandex.com"
|
||||
Code = "yandex"
|
||||
Since = "v3.7.0"
|
||||
|
||||
|
@ -21,4 +20,4 @@ lego --email you@example.com --dns yandex --domains my.example.org run
|
|||
YANDEX_TTL = "The TTL of the TXT record used for the DNS challenge"
|
||||
|
||||
[Links]
|
||||
API = "https://tech.yandex.com/domain/doc/concepts/api-dns-docpage/"
|
||||
API = "https://yandex.com/dev/domain/doc/concepts/api-dns.html"
|
||||
|
|
Loading…
Reference in a new issue