Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 796 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 796 Bytes

domain-connect-ddns-docker

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

Build image

docker build --pull --rm -f "Dockerfile" -t domain-connect-ddns:latest "."

Run container

docker run --name domain-connect-ddns -d domain-connect-ddns:latest

Setup domains

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