mirror of
https://github.com/EV21/dynb.git
synced 2025-12-26 16:39:32 +01:00
📝 update example of .env in README.md
This commit is contained in:
16
README.md
16
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`.
|
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
|
## service provider could be deSEC, duckdns, dynv6, inwx
|
||||||
_serviceProvider=inwx
|
DYNB_SERVICE_PROVIDER=inwx
|
||||||
|
|
||||||
## update method options: domrobot, dyndns
|
## 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 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 DomRobot RPC-API enter your credentials for the web interface login here
|
||||||
## If you are using the DynDNS2 protocol enter your credentials here
|
## If you are using the DynDNS2 protocol enter your credentials here
|
||||||
_username=
|
DYNB_USERNAME=User42
|
||||||
_password=
|
DYNB_PASSWORD=SuperSecretPassword
|
||||||
|
## or use a token
|
||||||
|
DYNB_TOKEN=
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🏃 Run
|
## 🏃 Run
|
||||||
|
|||||||
Reference in New Issue
Block a user