Replies: 4 comments 5 replies
-
There is no such mechanism at present, but it should not be difficult to implement. Currently the strategy is handled here. Line 221 in 6c19d4a |
Beta Was this translation helpful? Give feedback.
-
I haven't implemented what you mentioned in the past two days, but there are relevant adjustments. For the https://dns.google/dns-query upstream, its domain name resolves to two IPs(8.8.4.4, 8.8.8.8). The selection of these two IPs will be based on query statistics. Here is the code: Lines 584 to 588 in ddaf54e Does this meet your needs? |
Beta Was this translation helpful? Give feedback.
-
It's not "strict-order" of dnsmasq. The |
Beta Was this translation helpful? Give feedback.
-
There is one thing you need to know here. The existing strategy is for the group. For the upstream of the domain name, it may return two IP addresses, but in fact, there can only be one in this group. As for which IP address it is, it is based on the query statistics above. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is there a way to query with sequental order ?
I mean to query from the first server only and fallback to the next server if the first server is offline.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions