diff --git a/vnt/src/core/mod.rs b/vnt/src/core/mod.rs index 2e3b1eb..8477584 100644 --- a/vnt/src/core/mod.rs +++ b/vnt/src/core/mod.rs @@ -95,6 +95,7 @@ impl Config { local_ipv4: Option, ) -> anyhow::Result { #[cfg(windows)] + #[cfg(feature = "integrated_tun")] if !tap { if let Err(e) = tun::Device::check_tun_dll() { log::warn!("校验平台dll {:?}", e);