mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-17 06:44:12 +02:00
21 lines
649 B
TOML
21 lines
649 B
TOML
Name = "IPv64"
|
|
Description = ''''''
|
|
URL = "https://ipv64.net/"
|
|
Code = "ipv64"
|
|
Since = "v4.13.0"
|
|
|
|
Example = '''
|
|
IPV64_API_KEY=xxxxxx \
|
|
lego --email you@example.com --dns ipv64 -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
IPV64_API_KEY = "Account API Key"
|
|
[Configuration.Additional]
|
|
IPV64_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
IPV64_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
IPV64_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://ipv64.net/dyndns_updater_api"
|