Auto saved by Logseq

This commit is contained in:
matze 2023-03-04 20:52:41 +01:00
parent 05b4c0f059
commit e633f95838

View File

@ -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"
```