Skip to content

Commit ae18d3a

Browse files
authored
Update duckdns.markdown
1 parent c481b5c commit ae18d3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/_addons/duckdns.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ featured: true
1414

1515
```json
1616
{
17-
"token": "sdfj-2131023-dslfjsd-12321",
17+
"lets_encrypt": {
18+
"accept_terms": false
19+
},
20+
 "token": "sdfj-2131023-dslfjsd-12321",
1821
"domains": ["my-first-account.duckdns.org", "my-second-account.duckdns.org"]
1922
}
2023
```
@@ -24,3 +27,4 @@ Configuration variables:
2427
- **token** (*Required*): Your Duck DNS API key.
2528
- **domains** (*Required*): A list of domains to update DNS.
2629
- **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

Comments
 (0)