From bb1e0db9bf616ba5621978ecd1870e88a8f5b94e Mon Sep 17 00:00:00 2001 From: Eduard Veit Date: Wed, 21 Apr 2021 13:45:45 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20=F0=9F=93=9D=20update=20example=20of=20.?= =?UTF-8?q?env=20in=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 309aa42..8563bf2 100644 --- a/README.md +++ b/README.md @@ -58,21 +58,23 @@ Or you can just use CLI parameters. Create `.env` in the app root directory or at `~/.local/share/dynb/.env`. ``` -_dyn_domain=dyndns.example.com +DYNB_DYN_DOMAIN=dyndns.example.com -## service provider could be inwx -_serviceProvider=inwx +## service provider could be deSEC, duckdns, dynv6, inwx +DYNB_SERVICE_PROVIDER=inwx ## update method options: domrobot, dyndns -_update_method=domrobot +DYNB_UPDATE_METHOD=domrobot ## ip mode could be either: 4, 6 or dual for dualstack -_ip_mode=dual +DYNB_IP_MODE=64 ## If you are using the DomRobot RPC-API enter your credentials for the web interface login here ## If you are using the DynDNS2 protocol enter your credentials here -_username= -_password= +DYNB_USERNAME=User42 +DYNB_PASSWORD=SuperSecretPassword +## or use a token +DYNB_TOKEN= ``` ## 🏃 Run