lego/providers/dns/inwx/inwx.toml
2019-04-17 21:32:38 +02:00

21 lines
615 B
TOML

Name = "INWX"
Description = ''''''
URL = "https://www.inwx.de/en"
Code = "inwx"
Since = "v2.0.0"
Example = ''''''
[Configuration]
[Configuration.Credentials]
INWX_USERNAME = "Username"
INWX_PASSWORD = "Password"
[Configuration.Additional]
INWX_POLLING_INTERVAL = "Time between DNS propagation check"
INWX_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
INWX_TTL = "The TTL of the TXT record used for the DNS challenge"
INWX_SANDBOX = "Activate the sandbox (boolean)"
[Links]
API = "https://www.inwx.de/en/help/apidoc"
GoClient = "https://github.com/nrdcg/goinwx"