<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 16/11/2021 08:29, Otto Moerbeek via
      Pdns-users wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:YZNr3XaRNdofkTY+@clue.drijf.net">
      <blockquote type="cite" style="color: #007cff;">
        <pre class="moz-quote-pre" wrap="">Is there possible to get similar to unbound command to force usage of IPv6 in PDNS Recursor?

prefer-ip6: <yes or no>
    If enabled, prefer IPv6 transport for sending DNS queries to internet nameservers. Default is no.


Thanks,
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">No, we do not have an equivalent option.

pdsn_recursor will use both protocols and figure out what works best
per domain and nameserver.  Periodically it wil keep trying
alternatives to see if the situation changed.</pre>
    </blockquote>
    <p>What happens if you set</p>
    <p>query-local-address=::</p>
    <p>or</p>
    <p>query-local-address=yo:ur:ip:v6::addr:ess ?<br>
    </p>
    I note that the default is "query-local-address=0.0.0.0" and this
    only sends outbound queries on IPv4.
    <p>I set "query-local-address=0.0.0.0,::" to allow the recursor to
      use both.<br>
    </p>
  </body>
</html>