Back to Lego

NexDNS

docs/content/dns/zz_gen_nexdns.md

5.4.01.7 KB
Original Source
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/nexdns/nexdns.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Configuration for NexDNS.

<!--more-->
  • Code: nexdns
  • Since: v5.4.0

Here is an example bash command using the NexDNS provider:

bash
NEXDNS_API_TOKEN="xxx" \
lego run --dns nexdns -d '*.example.com' -d example.com

Credentials

Environment Variable NameDescription
NEXDNS_API_TOKENAPI token

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

Additional Configuration

Environment Variable NameDescription
NEXDNS_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
NEXDNS_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
NEXDNS_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
NEXDNS_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 120)

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

The API token requires the zones.read and records.write scopes.

More information

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/nexdns/nexdns.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->