<div dir="ltr"><span style="font-size:12.8px">Hey guys, was wondering if you could help me figure out how to configure unbound.</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I would like to setup whitelisting. There was a post which recommended doing the following:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">----</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">local-zone: "." static</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">local-zone: "<a href="http://gooddomain.com/" target="_blank">gooddomain.com</a>" transparent</div><div style="font-size:12.8px">local-zone: "<a href="http://anothergooddomain.com/" target="_blank">anothergooddomain.com</a>" transparent</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">----</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">That works fine. But what I also want to do is the following:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">----</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">forward-zone:</div><div style="font-size:12.8px">  name: "my.local.zone"</div><div style="font-size:12.8px">  forward-addr: 172.16.16.1</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">----</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">When querying for a record in my.local.zone, I get NXDOMAIN, as if I failed the whitelist "check". So it seems like the catch-all "." line in local-zone is being evaluated before forward-zone.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Is there any way around this? If not, is there another way to do whitelisting?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks for any help!</div></div>