Update readme
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Ryan Harg 2024-11-27 14:39:41 +01:00
parent bfeb48575b
commit d4693ccb86

View file

@ -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 |