Re: rcode: REFUSED with NSD behind Unbound
Anand Buddhdev <[email protected]>
| Newsgroups | gmane.network.dns.nsd.general |
|---|---|
| Message-ID | <[email protected]> |
On 25/07/2018 14:19, Tristan Pilat wrote: Hi Tristan, > zone: > name: "doe.com-internal" > zonefile: "%s" > include-pattern: "talktoslave" In your NSD config, you've defined a zone called "doe.com-internal". So when NSD receives a query for "doe.com", it doesn't know this zone, and returns a REFUSED response. Change that "name" parameter to "doe.com". Regards, Anand