1234567891011121314151617181920212223 |
- Name = "DynDnsFree.de"
- Description = ''''''
- URL = "https://www.dyndnsfree.de"
- Code = "dyndnsfree"
- Since = "v4.23.0"
- Example = '''
- DYNDNSFREE_USERNAME="xxx" \
- DYNDNSFREE_PASSWORD="yyy" \
- lego --email you@example.com --dns dyndnsfree -d '*.example.com' -d example.com run
- '''
- [Configuration]
- [Configuration.Credentials]
- DYNDNSFREE_USERNAME = "Username"
- DYNDNSFREE_PASSWORD = "Password"
- [Configuration.Additional]
- DYNDNSFREE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
- DYNDNSFREE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
- DYNDNSFREE_HTTP_TIMEOUT = "Request timeout in seconds (Default: 30)"
- [Links]
- API = "https://www.dyndnsfree.de/user/hilfe.php?hsm=2"
|