mirror of
https://github.com/go-acme/lego.git
synced 2025-07-17 04:12:22 +02:00
digitalocean: configurable base URL (#1687)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d5a18dc2d5
commit
ca6784a824
@ -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 |
|
||||
|
@ -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 -->
|
||||
|
Reference in New Issue
Block a user