|
@@ -1428,27 +1428,30 @@ configure_nameservers(int force)
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
if (evdns_base_count_nameservers(the_evdns_base) == 1) {
|
|
|
SET("max-timeouts:", "1000000");
|
|
|
- SET("attempts:", "1");
|
|
|
} else {
|
|
|
- SET("max-timeouts:", "3");
|
|
|
+ SET("max-timeouts:", "10");
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SET("max-inflight:", "8192");
|
|
|
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
SET("timeout:", "5");
|
|
|
+ SET("attempts:","3");
|
|
|
|
|
|
if (options->ServerDNSRandomizeCase)
|
|
|
SET("randomize-case:", "1");
|