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

SOA Record Resolution not occurring as expected #1379

Closed
justein230 opened this issue Dec 22, 2024 · 1 comment · Fixed by #1384
Closed

SOA Record Resolution not occurring as expected #1379

justein230 opened this issue Dec 22, 2024 · 1 comment · Fixed by #1384
Labels
bug Something isn't working

Comments

@justein230
Copy link

I am starting to use Gravity DNS, but I noticed that SOA records are not being resolved as expected.

The following is the records for zone1.test:
image

And here is the zone list:
image

Zone config:
image

When I run the following query using nslookup, I do not get the SOA for the zone as expected:

root@testkube:/home/localadmin# nslookup
> server 172.22.18.78
Default server: 172.22.18.78
Address: 172.22.18.78#53
> foo.zone1.test
Server:         172.22.18.78
Address:        172.22.18.78#53

Name:   foo.zone1.test
Address: 1.1.1.1
> set type=soa
> zone1.test
Server:         172.22.18.78
Address:        172.22.18.78#53

*** Can't find zone1.test: No answer
> zone1.test.
Server:         172.22.18.78
Address:        172.22.18.78#53

*** Can't find zone1.test.: No answer
>

Thanks in advance for the help! Really enjoying Gravity so far.

@BeryJu BeryJu added the bug Something isn't working label Dec 23, 2024
@BeryJu BeryJu mentioned this issue Dec 23, 2024
@justein230
Copy link
Author

You are a wizard! Thank you for the quick fix and happy holidays 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants