<div dir="ltr"><div>I'm trying to configure Unbound on Windows 7 to forward all requests from localhost like this:<br></div><div><br></div><div>requests for *.foo.bar => query <a href="http://172.16.255.3:153">172.16.255.3:153</a></div><div>all other requests => query 172.16.255.2</div><div><br></div><div>For the first part, this seems to work:</div><div><br></div><div>Set "Local Area Connection" IPv4 primary DNS to 127.0.0.1 and add this to service.conf:</div><div><br></div><div><div>server:</div><div><span class="" style="white-space:pre">       </span> do-not-query-localhost: no</div></div><div><br></div><div><div>forward-zone:</div><div><span class="" style="white-space:pre">    </span>name: "foo.bar"</div><div><span class="" style="white-space:pre">  </span>forward-addr: 172.16.255.3@153</div></div><div><br></div><div>But I want every other request to go to 172.16.255.2 (for example) and instead, it just dies. I've tried a second forward-zone with the name "." following the entry above, but it doesn't seem to work. I've completely disabled the Windows DNS service, in case it matters.</div><div><br></div></div>