BeryJu/gravity

SOA Record Resolution not occurring as expected

Closed this issue · 1 comments

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.

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