mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 16:41:01 +00:00
rip linux code from smoltcp
This commit is contained in:
parent
8b014322fc
commit
073eed0b5c
4 changed files with 291 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue