We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c481b5c commit ae18d3aCopy full SHA for ae18d3a
source/_addons/duckdns.markdown
@@ -14,7 +14,10 @@ featured: true
14
15
```json
16
{
17
- "token": "sdfj-2131023-dslfjsd-12321",
+ "lets_encrypt": {
18
+ "accept_terms": false
19
+ },
20
+ "token": "sdfj-2131023-dslfjsd-12321",
21
"domains": ["my-first-account.duckdns.org", "my-second-account.duckdns.org"]
22
}
23
```
@@ -24,3 +27,4 @@ Configuration variables:
24
27
- **token** (*Required*): Your Duck DNS API key.
25
28
- **domains** (*Required*): A list of domains to update DNS.
26
29
- **seconds** (*Optional*): Seconds between updates to Duck DNS.
30
+- **lets_encrypt.accept_terms** (*Optional*): If that will be enabled, it generate & update let's enrypt certificate
0 commit comments