mirror of
https://github.com/EV21/dynb.git
synced 2025-12-26 16:39:32 +01:00
♻️ refactor: rename environment variables
This commit is contained in:
28
example.env
28
example.env
@@ -1,7 +1,21 @@
|
||||
_dyn_domain=dyndns.example.com
|
||||
_serviceProvider=inwx
|
||||
_update_method=domrobot
|
||||
_ip_mode=dual
|
||||
_username=User42
|
||||
_password=SuperSecretPassword
|
||||
_token=
|
||||
###################
|
||||
## Configuration ##
|
||||
###################
|
||||
|
||||
DYNB_DYN_DOMAIN=dyndns.example.com
|
||||
|
||||
## service provider could be deSEC, duckdns, dynv6, inwx
|
||||
DYNB_SERVICE_PROVIDER=inwx
|
||||
|
||||
## update method options: domrobot, dyndns
|
||||
DYNB_UPDATE_METHOD=domrobot
|
||||
|
||||
## ip mode could be either: 4, 6 or dual for dualstack
|
||||
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
|
||||
DYNB_USERNAME=User42
|
||||
DYNB_PASSWORD=SuperSecretPassword
|
||||
## or use a token
|
||||
DYNB_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user