mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-14 13:24:14 +02:00
22 lines
765 B
TOML
22 lines
765 B
TOML
Name = "Dynu"
|
|
Description = ''''''
|
|
URL = "https://www.dynu.com/"
|
|
Code = "dynu"
|
|
Since = "v3.5.0"
|
|
|
|
Example = '''
|
|
DYNU_API_KEY=1234567890abcdefghijklmnopqrstuvwxyz \
|
|
lego --email you@example.com --dns dynu -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
DYNU_API_KEY = "API key"
|
|
[Configuration.Additional]
|
|
DYNU_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
|
|
DYNU_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 180)"
|
|
DYNU_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
|
|
DYNU_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://www.dynu.com/en-US/Support/API"
|