Actions
Feature #2487
closedDNS Servers Query Seqentially / Parallel
Status:
Needs Patch
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
06/11/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Description
System: General Setup
DNS Servers
Option for querying each server sequentially with a specified delay, rather than all at once in parallel.
Files
Updated by Chris Buechler almost 13 years ago
- Status changed from New to Needs Patch
Updated by NOYB NOYB almost 13 years ago
Looks like just adding the dnsmasq 'strict-order' option takes care of this.
Services: DNS Forwarder - Advanced
Updated by NOYB NOYB almost 13 years ago
Attached patch file adds a DNS forwarder strict order option to System: General page.
The strict order option cause dnsmasq to query each of the DNS servers in sequential order rather than all at the same time in parallel.
Actions