Comments on How to Deploy a Dynamic DNS Server with Docker on Debian 10
This article will guide you through the complete setup of a Dynamic DNS server in a Docker container on a Debian 10 system, including setting up the required DNS records, placing the management API behind an Nginx HTTPS reverse proxy, and automating the client-side DNS record updates.
1 Comment(s)
Add comment
Comments
By: dimtass
Hi Karl, thanks for the tutorial. With a few cahnges I've made to setup my own ddns on a VPS.
I have one question. It seems that only dig can return the IP address and if I try to use to connect or ping the full name (e.g. subdomain.ddns.domain.com) then this points to the domain address and not the subdomain. Is there a solution for this? Thanks!