lego/providers/dns/zoneee/zoneee.toml
Ludovic Fernandez 62fea05e21
Automatic generation of documentation (#818)
* generate a detailed CLI help
* generate a documentation site
* new readme
2019-03-08 19:47:06 +01:00

20 lines
587 B
TOML

Name = "Zone.ee"
Description = ''''''
URL = "https://www.zone.ee/"
Code = "zoneee"
Example = ''''''
[Configuration]
[Configuration.Credentials]
ZONEEE_API_USER = "API user"
ZONEEE_API_KEY = "API key"
[Configuration.Additional]
ZONEEE_ENDPOINT = "API endpoint URL"
ZONEEE_POLLING_INTERVAL = "Time between DNS propagation check"
ZONEEE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
ZONEEE_TTL = "The TTL of the TXT record used for the DNS challenge"
ZONEEE_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://api.zone.eu/v2"