docs/content/dns/zz_gen_mydnsjp.md
Configuration for MyDNS.jp.
<!--more-->mydnsjpHere is an example bash command using the MyDNS.jp provider:
MYDNSJP_MASTER_ID=xxxxx \
MYDNSJP_PASSWORD=xxxxx \
lego --dns mydnsjp -d '*.example.com' -d example.com run
| Environment Variable Name | Description |
|---|---|
MYDNSJP_MASTER_ID | Master ID |
MYDNSJP_PASSWORD | Password |
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" %}}).
| Environment Variable Name | Description |
|---|---|
MYDNSJP_HTTP_TIMEOUT | API request timeout in seconds (Default: 30) |
MYDNSJP_POLLING_INTERVAL | Time between DNS propagation check in seconds (Default: 2) |
MYDNSJP_PROPAGATION_TIMEOUT | Maximum waiting time for DNS propagation 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" %}}).