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
@@ -1,6 +1,6 @@
use super::DnsTest;
use crate::utils::TestResult;
use trust_dns_client::rr::RecordType;
use hickory_client::rr::RecordType;
pub async fn comprehensive_dns_test(domain: &str) -> Vec<TestResult> {
let mut results = Vec::new();