diff --git a/journals/2023_03_04.md b/journals/2023_03_04.md index 114e9ae6..58ffbfa8 100644 --- a/journals/2023_03_04.md +++ b/journals/2023_03_04.md @@ -20,4 +20,15 @@ - ./log:/log restart: unless-stopped ``` - - \ No newline at end of file + - ``./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" + ``` \ No newline at end of file