zoneedit.toml raw
1 Name = "ZoneEdit"
2 Description = ''''''
3 URL = "https://www.zoneedit.com"
4 Code = "zoneedit"
5 Since = "v4.25.0"
6
7 Example = '''
8 ZONEEDIT_USER="xxxxxxxxxxxxxxxxxxxxx" \
9 ZONEEDIT_AUTH_TOKEN="xxxxxxxxxxxxxxxxxxxxx" \
10 lego --dns zoneedit -d '*.example.com' -d example.com run
11 '''
12
13 [Configuration]
14 [Configuration.Credentials]
15 ZONEEDIT_USER = "User ID"
16 ZONEEDIT_AUTH_TOKEN = "Authentication token"
17 [Configuration.Additional]
18 ZONEEDIT_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
19 ZONEEDIT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
20 ZONEEDIT_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
21
22 [Links]
23 API = "https://support.zoneedit.com/en/knowledgebase/article/changes-to-dynamic-dns"
24