1Name = "Netcup"
2Description = ''''''
3URL = "https://www.netcup.eu/"
4Code = "netcup"
5Since = "v1.1.0"
6
7Example = ''''''
8
9[Configuration]
10  [Configuration.Credentials]
11    NETCUP_CUSTOMER_NUMBER = "Customer number"
12    NETCUP_API_KEY = "API key"
13    NETCUP_API_PASSWORD = "API password"
14  [Configuration.Additional]
15    NETCUP_POLLING_INTERVAL = "Time between DNS propagation check"
16    NETCUP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
17    NETCUP_TTL = "The TTL of the TXT record used for the DNS challenge"
18    NETCUP_HTTP_TIMEOUT = "API request timeout"
19
20[Links]
21  API = "https://www.netcup-wiki.de/wiki/DNS_API"
22