This commit is contained in:
parent
bfeb48575b
commit
d4693ccb86
1 changed files with 4 additions and 0 deletions
|
@ -14,12 +14,16 @@ The configuration can contain a list of update targets:
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"provider": "<dyndns-provider>",
|
"provider": "<dyndns-provider>",
|
||||||
|
"username" : "<username>",
|
||||||
|
"password" : "<password>",
|
||||||
"token": "<update-token>",
|
"token": "<update-token>",
|
||||||
"hostname": "<dynamic-hostname>"
|
"hostname": "<dynamic-hostname>"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Depending on your dyndns provider you can either use `username`/`password` or `token` in a configuration.
|
||||||
|
|
||||||
ddnssclient can also be configured using some properties or environment variables
|
ddnssclient can also be configured using some properties or environment variables
|
||||||
|
|
||||||
| Property | Environment variable | Value | Default |
|
| Property | Environment variable | Value | Default |
|
||||||
|
|
Loading…
Reference in a new issue