fix tun feature gate

fmt
This commit is contained in:
Luna Yao
2026-04-04 11:41:25 +02:00
parent 7cb4345e4d
commit 56bd8491d1
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -562,6 +562,7 @@ impl Instance {
let dns = Arc::new(DnsNode::new(
peer_manager.clone(),
global_ctx.clone(),
#[cfg(feature = "tun")]
nic_ctx.clone(),
));