<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Incidently, before you setup your own recursive server, the big
    problem I measure is that without a load of traffic, your latencies
    are just terrible because nothing is in cache... I tested a
    recursive cache on my rack and it wasn't great, so I looked into the
    datacenter provided one and had the same kinds of latency issues
    (first query slow, second is great, but I'm always doing "first
    queries"...)<br>
    <br>
    Basically if you are the first person in the last 60 seconds to
    lookup <a class="moz-txt-link-abbreviated" href="http://www.yahoo.com">www.yahoo.com</a> then it's going around the world and will take
    some time.  If you have a busy enough cache then someone is paying
    the penalty for you quite regularly and your responses look good.  I
    suspect you need really quite a LOT of traffic before your recursive
    server gets decently warm... So my thought would be to use a big
    upstream that you trust, unless you are "ISP sized"<br>
    <br>
    Regards<br>
    <br>
    Ed W<br>
    <br>
    On 24/04/2012 00:12, <a class="moz-txt-link-abbreviated" href="mailto:richardvoigt@gmail.com">richardvoigt@gmail.com</a> wrote:
    <blockquote
cite="mid:CAO_2OxUfgHonww0Kd47Z77jTVsakhn2DFp5=x_unsVo9v=p6Zg@mail.gmail.com"
      type="cite">
      <div class="gmail_extra">No.  You must configure dnsmasq with an
        upstream nameserver which will perform the recursive query.</div>
      <div class="gmail_extra"><br>
      </div>
      <div class="gmail_extra">dnsmasq is a server for your local zone
        (with DHCP integration, similar to dynamic dns) and a cache.  It
        is not a recursive nameserver.<br>
        <br>
        <div class="gmail_quote">On Mon, Apr 23, 2012 at 9:23 AM,
          dnsmasq dnsmasq <span dir="ltr"><<a moz-do-not-send="true"
              href="mailto:dnsmasq2012@gmail.com" target="_blank">dnsmasq2012@gmail.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div dir="ltr">
              <div>Hello,<br>
              </div>
              <div><br>
              </div>
              <div>Did Dnsmasq support recursive/itérative queries or
                both?</div>
              <br>
            </div>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>