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>",
|
||||
"username" : "<username>",
|
||||
"password" : "<password>",
|
||||
"token": "<update-token>",
|
||||
"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
|
||||
|
||||
| Property | Environment variable | Value | Default |
|
||||
|
|
Loading…
Reference in a new issue