utils: move to a mod

This commit is contained in:
Luna Yao
2026-04-06 11:54:01 +02:00
parent 474f1a3636
commit 5457adb533
13 changed files with 305 additions and 319 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::dns::utils::NameServerAddr;
use crate::dns::utils::addr::NameServerAddr;
use hickory_proto::rr::LowerName;
use hickory_proto::xfer::Protocol;
use std::net::{Ipv4Addr, SocketAddr, SocketAddrV4};