feat: support unix socket tunnel (for ios) (#1779)

Co-authored-by: Page Chen <pagechen04@gmail.com>
This commit is contained in:
Chenx Dust
2026-01-11 16:37:32 +08:00
committed by GitHub
parent 48c5c23f9b
commit b590700540
4 changed files with 231 additions and 0 deletions
+3
View File
@@ -45,6 +45,9 @@ pub mod websocket;
#[cfg(any(feature = "quic", feature = "websocket"))]
pub mod insecure_tls;
#[cfg(unix)]
pub mod unix;
#[derive(thiserror::Error, Debug)]
pub enum TunnelError {
#[error("io error")]