mirror of
https://github.com/fernwerker/ownDynDNS.git
synced 2025-07-10 22:25:13 +02:00
add docker functionality
This commit is contained in:
parent
058a32533b
commit
28f384ee92
10 changed files with 46 additions and 0 deletions
13
data/.env.dist
Normal file
13
data/.env.dist
Normal file
|
@ -0,0 +1,13 @@
|
|||
username="max_mustermann"
|
||||
password="s3cr3t"
|
||||
apiKey="netcup DNS API Key"
|
||||
apiPassword="netcup DNS API Password"
|
||||
customerId="netcup customer ID"
|
||||
debug=true
|
||||
log=true
|
||||
logFile=log.json
|
||||
returnIp=true
|
||||
allowCreate=false
|
||||
restrictDomain=false
|
||||
domain=example.com
|
||||
host=nas.home
|
Loading…
Add table
Add a link
Reference in a new issue