Skip to content

This is a fork of ddns domain connect. Its a lightwight alpine docker image to be used for ex. IONOS and Synology NAS

Notifications You must be signed in to change notification settings

SoulInfernoDE/docker_ddns_multiclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a fork of ddns domain connect. Its a lightwight alpine docker image to be used for ex. IONOS and Synology NAS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 69.9%
  • Shell 30.1%