From d4693ccb865f10e042e27f4a10a3a157ec7891ee Mon Sep 17 00:00:00 2001 From: Ryan Harg Date: Wed, 27 Nov 2024 14:39:41 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 382a90f..18ebd04 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,16 @@ The configuration can contain a list of update targets: [ { "provider": "", + "username" : "", + "password" : "", "token": "", "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 |