From d676d21fb24d7811c88eceae6cffe4b83f9d128a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D1=8A=D1=8B=D1=8C?= Date: Sat, 20 Jul 2024 05:00:41 +0300 Subject: [PATCH] pdd.yandex.ru API was discontinued --- dnsapi.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index c31d7b1..ed7d66c 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -867,19 +867,11 @@ The `DYN_Customer`, `DYN_Username` and `DYN_Password` will be saved in `~/.acme. ## 30. Use pdd.yandex.ru API -```sh -export PDD_Token="" -``` +[The Yandex DNS API is no longer supported.](https://github.com/acmesh-official/acme.sh/issues/4555) -Follow these instructions to get the token for your domain https://tech.yandex.com/domain/doc/concepts/access-docpage/ -```sh -./acme.sh --issue --dns dns_yandex -d mydomain.example.org -d *.mydomain.example.org -``` - -Sometimes cloudflare / google doesn't pick new dns records fast enough. You can add `--dnssleep XXX` to params as workaround. - -Report any bugs or issues [here](https://github.com/non7top/acme.sh/issues) +pdd.yandex.ru API was discontinued and superseded by the Yandex 360 for Business DNS API. +[How to use the Yandex 360 for Business DNS API](https://github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_yandex360)