1Name = "Zonomi"
2Description = ''''''
3URL = "https://zonomi.com"
4Code = "zonomi"
5Since = "v3.5.0"
6
7Example = '''
8ZONOMI_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
9lego --email myemail@example.com --dns zonomi --domains my.example.org run
10'''
11
12[Configuration]
13  [Configuration.Credentials]
14    ZONOMI_API_KEY = "User API key"
15  [Configuration.Additional]
16    ZONOMI_POLLING_INTERVAL = "Time between DNS propagation check"
17    ZONOMI_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
18    ZONOMI_TTL = "The TTL of the TXT record used for the DNS challenge"
19    ZONOMI_HTTP_TIMEOUT = "API request timeout"
20
21[Links]
22  API = "https://zonomi.com/app/dns/dyndns.jsp"
23