Increased DNS client timeout from 3 second to 10. Changed 1 bootstrap address.
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ pub trait DnsResolver {
|
||||
}
|
||||
}
|
||||
|
||||
for filter in self.get_context().filters.iter() {
|
||||
for filter in context.filters.iter() {
|
||||
if let Some(packet) = filter.lookup(qname, qtype) {
|
||||
return Ok(packet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user