mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-17 15:01:20 +02:00
22 lines
950 B
TOML
22 lines
950 B
TOML
Name = "dnsHome.de"
|
|
Description = ''''''
|
|
URL = "https://www.dnshome.de"
|
|
Code = "dnshomede"
|
|
Since = "v4.10.0"
|
|
|
|
Example = '''
|
|
DNSHOMEDE_CREDENTIALS=example.org:password \
|
|
lego --email you@example.com --dns dnshomede -d '*.example.com' -d example.com run
|
|
|
|
DNSHOMEDE_CREDENTIALS=my.example.org:password1,demo.example.org:password2 \
|
|
lego --email you@example.com --dns dnshomede -d my.example.org -d demo.example.org
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
DNSHOMEDE_CREDENTIALS = "Comma-separated list of domain:password credential pairs"
|
|
[Configuration.Additional]
|
|
DNSHOMEDE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 1200)"
|
|
DNSHOMEDE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 2)"
|
|
DNSHOMEDE_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 120)"
|
|
DNSHOMEDE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|