com35.toml raw
1 Name = "35.com/三五互联"
2 Description = ''''''
3 URL = "https://www.35.cn/"
4 Code = "com35"
5 Since = "v4.31.0"
6
7 Example = '''
8 COM35_USERNAME="xxx" \
9 COM35_PASSWORD="yyy" \
10 lego --dns com35 -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 COM35_USERNAME = "Username"
16 COM35_PASSWORD = "API password"
17 [Configuration.Additional]
18 COM35_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
19 COM35_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
20 COM35_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
21 COM35_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
22
23 [Links]
24 API = "https://api.35.cn/CustomerCenter/doc/domain_v2.html"
25