<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Is it possible to setup <b>dnsmasq </b>to query the upstream
    servers in an "--all-servers" fashion for for
    subdomain-1.my-domain.tld and sequentially for
    subdomain-2.my-domain.tld (2.2.2.1 queried first, IF no reply
    2.2.2.3 queried next and so forth) ?<br>
    <br>
    server=/subdomain-1.my-domain.tld/1.1.1.1<br>
    server=/subdomain-1.my-domain.tld/1.1.1.2<br>
    server=/subdomain-1.my-domain.tld/1.1.1.3<br>
    <br>
    server=/subdomain-2.my-domain.tld/2.2.2.1<br>
    server=/subdomain-2.my-domain.tld/2.2.2.2<br>
    server=/subdomain-2.my-domain.tld/2.2.2.3<br>
    <br>
    This is just a random example. What I'm curious to know is if it's
    possible to define custom querying rules per domain with <b>dnsmasq</b>.<br>
    <br>
    Thanks.<br>
    <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>