mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-07 13:09:46 +00:00
fix tun feature gate
fmt
This commit is contained in:
@@ -562,6 +562,7 @@ impl Instance {
|
||||
let dns = Arc::new(DnsNode::new(
|
||||
peer_manager.clone(),
|
||||
global_ctx.clone(),
|
||||
#[cfg(feature = "tun")]
|
||||
nic_ctx.clone(),
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user