mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-15 05:44:18 +02:00
23 lines
824 B
TOML
23 lines
824 B
TOML
Name = "Regfish"
|
|
Description = ''''''
|
|
URL = "https://regfish.de/"
|
|
Code = "regfish"
|
|
Since = "v4.20.0"
|
|
|
|
Example = '''
|
|
REGFISH_API_KEY="xxxxxxxxxxxxxxxxxxxxx" \
|
|
lego --email you@example.com --dns regfish -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
REGFISH_API_KEY = "API key"
|
|
[Configuration.Additional]
|
|
REGFISH_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
REGFISH_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
|
|
REGFISH_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
|
|
REGFISH_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://regfish.readme.io/"
|
|
GoClient = "https://github.com/regfish/regfish-dnsapi-go"
|