From 8e1a8fa7f0a5edb7b7866932b93f69e7e779c371 Mon Sep 17 00:00:00 2001 From: lbl8603 <49143209+lbl8603@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:48:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0feature=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vnt/src/core/mod.rs | 1 + 1 file changed, 1 insertion(+) 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);