Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using main domain withous subdomains #33

Open
acc4ever opened this issue Jun 17, 2023 · 1 comment
Open

using main domain withous subdomains #33

acc4ever opened this issue Jun 17, 2023 · 1 comment

Comments

@acc4ever
Copy link

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:
- "53:53"
- "53:53/udp"
- "8080:8080"
volumes:
- ./bind-data:/var/cache/bind
- ./database:/root/database

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

@benjaminbear
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants