sujiba / docker-ownDynDNS-netcup

1 stars 0 forks source link

docker-ownDynDNS-netcup

acknowledgments

This container is based on the work of:

Netcup configuration

You need to create your dns entries beforehand:

Host Type Destination
vpn AAAA IPv6
vpn A IPv4

Container configuration

Create docker-compose.yml and config in your app directory i.e.:

mkdir -p /opt/docker/owndyndns
cd /opt/docker/owndyndns

# Create docker-compose.yml and copy the contents from repository file
vi docker-compose.yml

# Create config, copy the contents from repository example.config and change the parameters
vi config

# Start the Container with
docker compose up -d

Fritz!Box configuration