mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-15 13:54:35 +02:00
23 lines
718 B
TOML
23 lines
718 B
TOML
Name = "MyDNS.jp"
|
|
Description = ''''''
|
|
URL = "https://www.mydns.jp"
|
|
Code = "mydnsjp"
|
|
Since = "v1.2.0"
|
|
|
|
Example = '''
|
|
MYDNSJP_MASTER_ID=xxxxx \
|
|
MYDNSJP_PASSWORD=xxxxx \
|
|
lego --email you@example.com --dns mydnsjp -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
MYDNSJP_MASTER_ID = "Master ID"
|
|
MYDNSJP_PASSWORD = "Password"
|
|
[Configuration.Additional]
|
|
MYDNSJP_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
MYDNSJP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
|
|
MYDNSJP_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://www.mydns.jp/?MENU=030"
|