Auto saved by Logseq
This commit is contained in:
parent
05b4c0f059
commit
e633f95838
@ -20,4 +20,15 @@
|
||||
- ./log:/log
|
||||
restart: unless-stopped
|
||||
```
|
||||
-
|
||||
- ``./data/laugn.conf``
|
||||
|
||||
``` bash
|
||||
# The domain that you want to update AND its main/zone domain
|
||||
# The MAIN_DOMAIN is needed for the API-Request to get the record ID
|
||||
MAIN_DOMAIN="laugn.de"
|
||||
DOMAIN="*.laugn.de"
|
||||
|
||||
# Set the record type to either A, AAAA
|
||||
# If undefined, A is used globally
|
||||
RECORD_TYPE="A"
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user