mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-15 22:03:53 +02:00
24 lines
843 B
TOML
24 lines
843 B
TOML
Name = "West.cn/西部数码"
|
|
Description = ''''''
|
|
URL = "https://www.west.cn"
|
|
Code = "westcn"
|
|
Since = "v4.21.0"
|
|
|
|
Example = '''
|
|
WESTCN_USERNAME="xxx" \
|
|
WESTCN_PASSWORD="yyy" \
|
|
lego --email you@example.com --dns westcn -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
WESTCN_USERNAME = "Username"
|
|
WESTCN_PASSWORD = "API password"
|
|
[Configuration.Additional]
|
|
WESTCN_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
|
|
WESTCN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
|
|
WESTCN_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
|
|
WESTCN_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
API = "https://www.west.cn/CustomerCenter/doc/domain_v2.html"
|