Fix security issues.

This commit is contained in:
2025-08-11 00:11:18 +02:00
parent bc3aa0a5b9
commit b7755c9f49
8 changed files with 135 additions and 93 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ async fn handle_full_test(
// DNS servers test
let dns_servers =
dns::test_common_dns_servers(&target, trust_dns_client::rr::RecordType::A).await;
dns::test_common_dns_servers(&target, hickory_client::rr::RecordType::A).await;
all_results.extend(dns_servers);
pb.inc(1);