Implemented resolution of domain records through NS-servers. Updated dependencies.

This commit is contained in:
Revertron
2022-04-01 13:03:32 +02:00
parent fe43117a03
commit 594dabcab8
5 changed files with 160 additions and 70 deletions
+2
View File
@@ -442,6 +442,8 @@ impl HttpsDnsClient {
}
dns_client.stop();
result.sort();
result.dedup();
let addrs = result
.into_iter()
.map(|ip| SocketAddr::new(ip, 443))