<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I want to use unbound as a caching/recursive DNS server.<br>
    However I want unbound to forward all queries about my local domains
    to the local authoritative DNS servers.<br>
    <br>
    I have setup stub-zones for that<br>
    <br>
    stub-zone:<br>
        name: "example.com"<br>
        stub-addr: 10.0.0.10<br>
    <br>
    stub-zone:<br>
        name: "10.in-addr.arpa"<br>
        stub-addr: 10.0.0.10<br>
    <br>
    Is there a way to make this include all subdomains as well?<br>
    foo1.example.com<br>
    foo2.example.com<br>
    bar.foo1.example.com <br>
    0.10.in-addr.arpa<br>
    1.10.in.addr.arpa<br>
    1.1.10.in-addr.arpa <br>
    etc<br>
    <br>
    Do I have to specify all zones?<br>
    <br>
    Also I would like to disable caching for these domains or maybe set<br>
    a
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    cache-max-ttl but only for these domains. I don't want local users
    to wait for a zone to expire to get new entries.<br>
    Is this possible?<br>
    <br>
    Should I use forward-zone instead of stub-zone?<br>
    <br>
    regards,<br>
    <br>
    Giannis<br>
  </body>
</html>