remove linux adapter

This commit is contained in:
ssrlive 2023-09-24 22:00:34 +08:00
parent a686d630fb
commit 53daaed385
4 changed files with 4 additions and 293 deletions

View file

@ -17,10 +17,6 @@ mod http;
pub mod setup;
mod socks;
mod tun2proxy;
#[cfg(any(target_os = "linux", target_os = "android"))]
mod tuntapinterface;
#[cfg(any(target_os = "linux", target_os = "android"))]
mod tuntapinterfacedesc;
mod virtdevice;
mod virtdns;
#[cfg(target_os = "windows")]