digitalocean: configurable base URL (#1687)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Matthieu Berthomé 2022-10-03 15:36:47 +02:00 committed by GitHub
parent d5a18dc2d5
commit ca6784a824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 4 deletions

View file

@ -47,6 +47,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
| Environment Variable Name | Description |
|--------------------------------|-------------|
| `DO_API_URL` | The URL of the API |
| `DO_HTTP_TIMEOUT` | API request timeout |
| `DO_POLLING_INTERVAL` | Time between DNS propagation check |
| `DO_PROPAGATION_TIMEOUT` | Maximum waiting time for DNS propagation |

View file

@ -6,7 +6,7 @@ slug: yandex
dnsprovider:
since: "v3.7.0"
code: "yandex"
url: "https://yandex.com/"
url: "https://pdd.yandex.com"
---
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
@ -14,7 +14,7 @@ dnsprovider:
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
Configuration for [Yandex PDD](https://yandex.com/).
Configuration for [Yandex PDD](https://pdd.yandex.com).
<!--more-->
@ -60,7 +60,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
## More information
- [API documentation](https://tech.yandex.com/domain/doc/concepts/api-dns-docpage/)
- [API documentation](https://yandex.com/dev/domain/doc/concepts/api-dns.html)
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
<!-- providers/dns/yandex/yandex.toml -->