Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.05 KB

README.md

File metadata and controls

39 lines (25 loc) · 2.05 KB

ddns_multiclient Docker Build Cloud

Use DomainConnectDDNS-Python in a docker container, which executes the update command every 15 minutes. I do not know which providers are supported by this tool. I use it for IONOS.

Usage

Download the image within the synology docker gui

Go to the "Registry" and search for:

grafik "Download" the image

Run container (IMPORTANT! RUN THE CONTAINER IN NETWORK=HOST ESP. IF YOU ARE USING IPv6)

- Go to the synology Image tab, select "ddns_multiclient" and press "Run":

grafik

- Press "Next":

grafik

- Make a folder on your synology nas and create a file called "settings.txt"

grafik

- Switch back to the creation of the docker container and select the file settings.txt and link it to /usr/src/app/settings.txt:

grafik

- Press "Next" and "finish". The Container should run and after you made your initial setup the settings.txt file contains
  your settings for restoring the ddns_multiclient when recreated

Setup domains (Description for synology is WIP and will be done when i have spare time)

- 
docker exec -it domain-connect-ddns domain-connect-dyndns setup --domain <YOUR_DOMAIN>

Do this for each domain you want to set up.

First update

docker exec -it domain-connect-ddns domain-connect-dyndns update --all

Test the settings by starting the update manually once