<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi list,<br>
    </p>
    I noticed that the documentation does not mention what happens if
    you specify multiple forward-addr statements in the config so I've
    ran strace to see for myself and I noticed that for a single DNS
    query there were multiple sendto calls to 2 (out of 3 specified)
    different forward-addrs.<br>
    <br>
    Is it possible to enforce the same behavior that libc resolver uses?
    "If there are multiple servers [in resolv.conf], the resolver
    library queries them in the order listed."<br>
    <br>
    I want to use the first server listed and only use other servers if
    the first one is down. Is this currently achievable?<br>
    <br>
    Thanks in advance,<br>
    <pre class="moz-signature" cols="72">-- 
David Watzke</pre>
  </body>
</html>