integrate to android

This commit is contained in:
ssrlive 2023-04-14 18:44:41 +08:00 committed by B. Blechschmidt
parent 62a04229db
commit 7442abece5
4 changed files with 86 additions and 0 deletions

View file

@ -3,6 +3,7 @@ use crate::socks5::SocksVersion;
use crate::{http::HttpManager, socks5::SocksManager, tun2proxy::TunToProxy};
use std::net::{SocketAddr, ToSocketAddrs};
mod android;
pub mod error;
mod http;
pub mod setup;