File: clouddns.toml

package info (click to toggle)
golang-github-xenolf-lego 4.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,080 kB
  • sloc: xml: 533; makefile: 128; sh: 18
file content (28 lines) | stat: -rw-r--r-- 978 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Name = "CloudDNS"
Description = ''''''
URL = "https://vshosting.eu/"
Code = "clouddns"
Since = "v3.6.0"

Example = '''
CLOUDDNS_CLIENT_ID=bLsdFAks23429841238feb177a572aX \
CLOUDDNS_EMAIL=you@example.com \
CLOUDDNS_PASSWORD=b9841238feb177a84330f \
lego --email you@example.com --dns clouddns --domains my.example.org run
'''

[Configuration]
  [Configuration.Credentials]
    CLOUDDNS_CLIENT_ID = "Client ID"
    CLOUDDNS_EMAIL = "Account email"
    CLOUDDNS_PASSWORD = "Account password"
  [Configuration.Additional]
    CLOUDDNS_POLLING_INTERVAL = "Time between DNS propagation check"
    CLOUDDNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
    CLOUDDNS_TTL = "The TTL of the TXT record used for the DNS challenge"
    CLOUDDNS_HTTP_TIMEOUT = "API request timeout"

[Links]
  API = "https://admin.vshosting.cloud/clouddns/swagger/"
  APIAdmin = "https://admin.vshosting.cloud/api/public/swagger/"
  Documentation = "https://github.com/vshosting/clouddns"