support no tun mode (#141)
This commit is contained in:
@@ -6,8 +6,9 @@ use crate::common::global_ctx::ArcGlobalCtx;
|
||||
pub mod icmp_proxy;
|
||||
pub mod ip_reassembler;
|
||||
pub mod tcp_proxy;
|
||||
#[cfg(feature = "smoltcp")]
|
||||
pub mod tokio_smoltcp;
|
||||
pub mod udp_proxy;
|
||||
|
||||
#[derive(Debug)]
|
||||
struct CidrSet {
|
||||
global_ctx: ArcGlobalCtx,
|
||||
|
||||
Reference in New Issue
Block a user