Implemented resolution of domain records through NS-servers. Updated dependencies.
This commit is contained in:
@@ -442,6 +442,8 @@ impl HttpsDnsClient {
|
||||
}
|
||||
dns_client.stop();
|
||||
|
||||
result.sort();
|
||||
result.dedup();
|
||||
let addrs = result
|
||||
.into_iter()
|
||||
.map(|ip| SocketAddr::new(ip, 443))
|
||||
|
||||
Reference in New Issue
Block a user