From 6d16b0807eabacb7e14a70ce3ab71fc9787cb6f9 Mon Sep 17 00:00:00 2001 From: Eduard Veit Date: Thu, 10 Nov 2022 18:01:19 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20=F0=9F=93=9D=20update=20default=20values?= =?UTF-8?q?=20in=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index c60ff00..cf8d9f7 100644 --- a/README.md +++ b/README.md @@ -174,17 +174,17 @@ services: ## environment variables -| variable | default value | description | -|-----------------------|-----------------|----------------------------------------------------------------------------------------------------------------| -| DYNB_DYN_DOMAIN | undefined | required; `dyndns.example.com` | -| DYNB_SERVICE_PROVIDER | undefined | required; `deSEC`, `duckdns`, `dynv6`, `inwx`, `ddnss`, `ipv64` | -| DYNB_UPDATE_METHOD | undefined | required; `dyndns` or `domrobot` (with inwx) | -| DYNB_IP_MODE | undefined | required; `4`, `6` or `64` for both | -| DYNB_USERNAME | undefined | the requirement depends on your provider and the update method | -| DYNB_PASSWORD | undefined | the requirement depends on your provider and the update method | -| DYNB_TOKEN | undefined | the requirement depends on your provider and the update method | -| DYNB_INTERVAL | undefined | without this setting the script/docker container will run one time and exits | -| DYNB_DEBUG | undefined | more console outputs | -| DYNB_IPv4_CHECK_SITE | api64.ipify.org | You need a website or Web-API that outputs your remote IP | -| DYNB_IPv6_CHECK_SITE | api64.ipify.org | You need a website or Web-API that outputs your remote IP | -| DYNB_DNS_CHECK_SERVER | undefined | If you are using a local DNS Resolver/Server make sure it answers with the public answer or set another server | +| variable | default value | description | +|-----------------------|--------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------| +| DYNB_DYN_DOMAIN | undefined | required; `dyndns.example.com` | +| DYNB_SERVICE_PROVIDER | undefined | required; `deSEC`, `duckdns`, `dynv6`, `inwx`, `ddnss`, `ipv64` | +| DYNB_UPDATE_METHOD | undefined | required; `dyndns` or `domrobot` (with inwx) | +| DYNB_IP_MODE | undefined | required; `4`, `6` or `64` for both | +| DYNB_USERNAME | undefined | the requirement depends on your provider and the update method | +| DYNB_PASSWORD | undefined | the requirement depends on your provider and the update method | +| DYNB_TOKEN | undefined | the requirement depends on your provider and the update method | +| DYNB_INTERVAL | undefined | without this setting the script/docker container will run one time and exits | +| DYNB_DEBUG | undefined | more console outputs | +| DYNB_IPv4_CHECK_SITE | tries in this order `ip64.ev21.de` (anonymous logging for 7 days), `api64.ipify.org`, `api.my-ip.io/ip`, `ip.anysrc.net/plain` | You need a website or Web-API that outputs your remote IP | +| DYNB_IPv6_CHECK_SITE | tries in this order `ip64.ev21.de` (anonymous logging for 7 days), `api64.ipify.org`, `api.my-ip.io/ip`, `ip.anysrc.net/plain` | You need a website or Web-API that outputs your remote IP | +| DYNB_DNS_CHECK_SERVER | using the DynDNS2 providers DNS servers | If you are using a local DNS Resolver/Server make sure it answers with the public answer or set another server |