diff --git a/README.md b/README.md index 265ff126..6cd9d978 100644 --- a/README.md +++ b/README.md @@ -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/) | diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go index 649accf3..0e7cf810 100644 --- a/cmd/zz_gen_cmd_dnshelp.go +++ b/cmd/zz_gen_cmd_dnshelp.go @@ -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() diff --git a/docs/content/dns/zz_gen_yandex.md b/docs/content/dns/zz_gen_yandex.md index 09c3ab2a..b3fc5570 100644 --- a/docs/content/dns/zz_gen_yandex.md +++ b/docs/content/dns/zz_gen_yandex.md @@ -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: -Use the Yandex Cloud provider instead. +Configuration for [Yandex PDD](https://yandex.com/). @@ -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= \ diff --git a/providers/dns/yandex/yandex.toml b/providers/dns/yandex/yandex.toml index 31a4d074..d52ce4ea 100644 --- a/providers/dns/yandex/yandex.toml +++ b/providers/dns/yandex/yandex.toml @@ -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"