921 B
921 B
- inwx ns update SelfHosted
-
version: '3' services: nsupdate: image: nsupdate container_name: nsupdate build: context: https://github.com/chrisb86/nsupdate.git#main dockerfile: docker/Dockerfile environment: - SCHEDULE="*\30 * * * *" - TZ=Europe/Berlin - NSUPDATE_INWX_USER=monzi - NSUPDATE_INWX_PASSWORD=9Ty#JAJaEBG6Vsc3E@FR%bmfC volumes: - ./data:/config - ./log:/log restart: unless-stopped -
./data/laugn.conf# 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"