Hi Matt, I assume you are querying for 1.0.0.10.in-addr.arpa, this domain is not part of your 0.0.0.10.in-addr.arpa zone and therefore is resolved without using the auth-zone.
Try using an auth zone for 1.0.0.10.in-addr.arpa itself, or a parent like 10.in-addr.arpa. -- Ralph On 08-07-19 03:19, Matt Schwartz via Unbound-users wrote: > Hello list, > > I have been playing with Unbound's new-ish auth-zone feature and it's > great. However, when I set up an auth-zone for reverse DNS, drill > returns an NXDOMAIN. Has this just not been implemented yet? As a > work-around I've done the following inside of unbound.conf > > local-zone: "0.0.0.10.in-addr.arpa" transparent > local-data-ptr: "10.0.0.1 myhost.mydomain" > > I had the following auth-zone for reverse DNS but it did not work. > auth-zone: > name: "0.0.0.10.in-addr.arpa" > zonefile: /etc/unbound/myzone > for-downstream: yes > > Thanks, > Matt
