This commit is contained in:
Luna Yao
2026-04-04 06:14:22 +02:00
parent ea5e34b6af
commit 7cb4345e4d
+5 -5
View File
@@ -17,6 +17,11 @@ use super::{
stun::{StunInfoCollector, StunInfoCollectorTrait},
PeerId,
};
#[cfg(feature = "magic-dns")]
use crate::dns::{
config::{DnsExportConfig, DnsGlobalCtxExt},
server::DnsServer,
};
use crate::{
common::{
config::ProxyNetworkConfig, shrink_dashmap, stats_manager::StatsManager,
@@ -31,11 +36,6 @@ use crate::{
},
tunnel::matches_protocol,
};
#[cfg(feature = "magic-dns")]
use crate::dns::{
config::{DnsExportConfig, DnsGlobalCtxExt},
server::DnsServer,
};
use crossbeam::atomic::AtomicCell;
use hmac::{Hmac, Mac};
use itertools::Itertools;