mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-10 22:25:13 +02:00
debug
This commit is contained in:
parent
348f47189c
commit
56fbf4cf72
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ services:
|
|||
NETCUP_APIKEY: ${NETCUP_APIKEY}
|
||||
NETCUP_APIPASS: ${NETCUP_APIPASS}
|
||||
NETCUP_CUSTOMERID: ${NETCUP_CUSTOMERID}
|
||||
DDNS_DEBUG: 0 # optional, default: 0
|
||||
DDNS_LOG: 0 # optional, default: 1
|
||||
DDNS_DEBUG: 1 # optional, default: 0
|
||||
DDNS_LOG: 1 # optional, default: 1
|
||||
# DDNS_LOGFILE: log.json # optional, default: log.json
|
||||
DDNS_RETURNIP: 0 # optional, default: 1
|
||||
DDNS_RETURNIP: 1 # optional, default: 1
|
||||
DDNS_ALLOWCREATE: 1 # optional, default: 0
|
||||
# DDNS_RESTRICTDOMAIN: 0 # optional, default: 0
|
||||
# DDNS_FORCEDDOMAIN: example.net # optional, default empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue