lixingcong / dnsmasq-regex

dnsmasq with regex match module(libpcre v8.45, the older version)
65 stars 15 forks source link

Question about linkedlist #7

Closed wociscz closed 1 year ago

wociscz commented 1 year ago

From the doc:

The regex lines will generate a linkedlist to match(from top to bottom). If the domain matched both regex servers, DNS query will be forwarded the one which appears first.

Would it be possible to use that list as a failover? If the first not responds or fails, send the request to the second (or to the global server definition)?

lixingcong commented 1 year ago

Not supported yet