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

Suggestion: add A record in zone #40

Open
jb-alvarado opened this issue Oct 23, 2019 · 1 comment
Open

Suggestion: add A record in zone #40

jb-alvarado opened this issue Oct 23, 2019 · 1 comment
Assignees

Comments

@jb-alvarado
Copy link

Hello,
thanks for your project! I have adapt it to a kvm VM and it works smoothly there. In your example the zone was example.org but for me it had to be dyndns.example.org - that is a bit confusing.

Anyway now it works but I could still not ping dyndns.example.org, for this I had to add a A record in my zone file, like:

$ORIGIN .
$TTL 86400      ; 1 day
dyndns.example.org         IN SOA  localhost. root.localhost. (
                                76         ; serial
                                3600       ; refresh (1 hour)
                                900        ; retry (15 minutes)
                                604800     ; expire (1 week)
                                86400      ; minimum (1 day)
                                )
                        NS      localhost.
                        A       1.2.3.4 
...

1.2.3.4 should be the world IP, not from the container.

Maybe you want to add this to your setup?

@dstapp
Copy link
Owner

dstapp commented Nov 14, 2019

Hey, thanks for your feedback. Yeah, this seems to make it clearer, my documentation is lacking that explicit bit, so i could be confusing. I'll add it. Thanks.

@dstapp dstapp self-assigned this Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants