This commit is contained in:
parent
4826805f22
commit
bfeb48575b
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -22,11 +22,11 @@ The configuration can contain a list of update targets:
|
|||
|
||||
ddnssclient can also be configured using some properties or environment variables
|
||||
|
||||
| Property | Environment variable | Value | Default |
|
||||
|-----------------------------|------------------------------|-----------------------------------|---------|
|
||||
| ddnsclient.interval | DDNSCLIENT_INTERVAL | e.g. "3600s", "60m", "1h" | "5m" |
|
||||
| ddnsclient.ip-provider | DDNSCLIENT_IP_PROVIDER | an ip lookup provider (see below) | null |
|
||||
| ddnsclient.backoff-duration | DDNS_CLIENT_BACKOFF_DURATION | e.g. "60s", "1m" | "60s" |
|
||||
| Property | Environment variable | Value | Default |
|
||||
|-----------------------------|-----------------------------|-----------------------------------|---------|
|
||||
| ddnsclient.interval | DDNSCLIENT_INTERVAL | e.g. "3600s", "60m", "1h" | "5m" |
|
||||
| ddnsclient.ip-provider | DDNSCLIENT_IP_PROVIDER | an ip lookup provider (see below) | null |
|
||||
| ddnsclient.backoff-duration | DDNSCLIENT_BACKOFF_DURATION | e.g. "60s", "1m" | "300s" |
|
||||
|
||||
## IP lookup
|
||||
|
||||
|
|
Loading…
Reference in a new issue