lego/providers/dns/beget/beget.toml
cfif-31 621d9d0d0e
Add DNS provider for Beget.com (#1879)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-09-29 11:36:53 +02:00

24 lines
827 B
TOML

Name = "Beget.com"
Description = ''''''
URL = "https://beget.com/"
Code = "beget"
Since = "v4.27.0"
Example = '''
BEGET_USERNAME=xxxxxx \
BEGET_PASSWORD=yyyyyy \
lego --email you@example.com --dns beget -d '*.example.com' -d example.com run
'''
[Configuration]
[Configuration.Credentials]
BEGET_USERNAME = "API username"
BEGET_PASSWORD = "API password"
[Configuration.Additional]
BEGET_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 30)"
BEGET_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
BEGET_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
BEGET_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://beget.com/ru/kb/api/funkczii-upravleniya-dns"