nginx-ui/internal/cert/config/ipv64.toml
2025-01-23 10:37:42 +08:00

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"