rip linux code from smoltcp

This commit is contained in:
ssrlive 2023-09-03 12:34:01 +08:00
parent 8b014322fc
commit 073eed0b5c
4 changed files with 291 additions and 2 deletions

View file

@ -17,6 +17,10 @@ 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;