move common::dns to utils::dns

move dns

move
This commit is contained in:
Luna Yao
2026-04-18 23:14:25 +02:00
parent c71ab7543f
commit 5a516a195c
9 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use crate::common::dns::get_default_resolver_config;
use crate::utils::dns::get_default_resolver_config;
use crate::dns::utils::addr::{NameServerAddr, NameServerAddrGroup};
use crate::dns::utils::zone_handler::{ArcZoneHandler, ChainedZoneHandler};
use crate::proto;