benjaminbear / docker-ddns-server

Dynamic DNS Server with Web UI written in Go
MIT License
165 stars 47 forks source link

using main domain withous subdomains #33

Open acc4ever opened 1 year ago

acc4ever commented 1 year ago

Hello, first of all, thank you very much, you made a really good project. Excuse my lack of knowledge, I am trying to achieve something like dyndns.org is doing, i have this domain dyn.xyz, and i want that my host be like lottar.dyn.xyz -> 22.33.44.11

In my registrant I added this records

ddns.dyn.xyz. A 11.22.33.44 ns NS 11.22.33.44

this is my setup.

version: '3' services: ddns: image: bbaerthlein/docker-ddns-server:latest restart: always environment: DDNS_ADMIN_LOGIN: 'admin:$apr1VH1Az7CwF5qRV' DDNS_DOMAINS: 'dyn.xzy' DDNS_PARENT_NS: 'ns.dyn.xyz' DDNS_DEFAULT_TTL: '3600' ports:

Can you help me, I am stuck, not able to achieve it ..

benjaminbear commented 1 year ago

Your DNS records don't match with your DDNS_DOMAINS and DDNS_PARENT configuration!