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

This commit is contained in:
Ryan Harg 2024-11-28 08:40:26 +01:00
parent d4693ccb86
commit 48be45de26

View file

@ -26,11 +26,12 @@ Depending on your dyndns provider you can either use `username`/`password` or `t
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 |
|-----------------------------|-----------------------------|-----------------------------------|---------| |-----------------------------|-----------------------------|-----------------------------------|---------------|
| ddnsclient.interval | DDNSCLIENT_INTERVAL | e.g. "3600s", "60m", "1h" | "5m" | | ddnsclient.interval | DDNSCLIENT_INTERVAL | e.g. "3600s", "60m", "1h" | "5m" |
| ddnsclient.ip-provider | DDNSCLIENT_IP_PROVIDER | an ip lookup provider (see below) | null | | ddnsclient.ip-provider | DDNSCLIENT_IP_PROVIDER | an ip lookup provider (see below) | null (random) |
| ddnsclient.backoff-duration | DDNSCLIENT_BACKOFF_DURATION | e.g. "60s", "1m" | "300s" | | ddnsclient.dns.resolver | DDNSCLIENT_DNS_RESOLVER | e.g. "9.9.9.9", "1.1.1.1" | "9.9.9.9" |
| ddnsclient.backoff-duration | DDNSCLIENT_BACKOFF_DURATION | e.g. "60s", "1m" | "300s" |
## IP lookup ## IP lookup