Update duckdns.markdown
This commit is contained in:
parent
c481b5cc8e
commit
ae18d3a1f5
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,10 @@ featured: true
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"token": "sdfj-2131023-dslfjsd-12321",
|
"lets_encrypt": {
|
||||||
|
"accept_terms": false
|
||||||
|
},
|
||||||
|
"token": "sdfj-2131023-dslfjsd-12321",
|
||||||
"domains": ["my-first-account.duckdns.org", "my-second-account.duckdns.org"]
|
"domains": ["my-first-account.duckdns.org", "my-second-account.duckdns.org"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -24,3 +27,4 @@ Configuration variables:
|
||||||
- **token** (*Required*): Your Duck DNS API key.
|
- **token** (*Required*): Your Duck DNS API key.
|
||||||
- **domains** (*Required*): A list of domains to update DNS.
|
- **domains** (*Required*): A list of domains to update DNS.
|
||||||
- **seconds** (*Optional*): Seconds between updates to Duck DNS.
|
- **seconds** (*Optional*): Seconds between updates to Duck DNS.
|
||||||
|
- **lets_encrypt.accept_terms** (*Optional*): If that will be enabled, it generate & update let's enrypt certificate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue