Replies: 1 comment 1 reply
-
put it in a separate zone called |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I have pdns-server version 4.9.4.
In it(backend - sqlite3) a zone example.com is created.
It also contains a definition of sub.example.com sub-zone and for which two ns-servers are specified(ns1-sub.example.com and ns2-sub.example.com). An A-record test.sub.example.com is also created locally.
When requesting the record test.sub.example.com - pdns-server gives only the addresses of ns-servers(ns1-sub.example.com and ns2-sub.example.com) in the “Authority section”:
What can I do to make the server give the contents of the local record?
Here is an example of the entries:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions