mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 16:41:01 +00:00
Add auto setup method
This commit is contained in:
parent
d4127af422
commit
1a4a8c4c16
5 changed files with 205 additions and 1 deletions
|
@ -5,6 +5,7 @@ use std::net::{SocketAddr, ToSocketAddrs};
|
|||
|
||||
mod error;
|
||||
mod http;
|
||||
pub mod setup;
|
||||
mod socks5;
|
||||
mod tun2proxy;
|
||||
mod virtdevice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue