Dev Sidious
2017-07-05 17:55:16 UTC
Is it possible to setup *dnsmasq *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) ?
server=/subdomain-1.my-domain.tld/1.1.1.1
server=/subdomain-1.my-domain.tld/1.1.1.2
server=/subdomain-1.my-domain.tld/1.1.1.3
server=/subdomain-2.my-domain.tld/2.2.2.1
server=/subdomain-2.my-domain.tld/2.2.2.2
server=/subdomain-2.my-domain.tld/2.2.2.3
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 *dnsmasq*.
Thanks.
"--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) ?
server=/subdomain-1.my-domain.tld/1.1.1.1
server=/subdomain-1.my-domain.tld/1.1.1.2
server=/subdomain-1.my-domain.tld/1.1.1.3
server=/subdomain-2.my-domain.tld/2.2.2.1
server=/subdomain-2.my-domain.tld/2.2.2.2
server=/subdomain-2.my-domain.tld/2.2.2.3
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 *dnsmasq*.
Thanks.