修改feature名称

This commit is contained in:
lbl8603
2024-06-09 00:16:48 +08:00
parent 16278dae62
commit 1a385a777e
9 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ pub mod handshaker;
pub mod maintain;
pub mod recv_data;
pub mod registrar;
#[cfg(feature = "inner_tun")]
#[cfg(feature = "integrated_tun")]
pub mod tun_tap;
const SELF_IP: Ipv4Addr = Ipv4Addr::new(0, 0, 0, 2);