Add auto setup method

This commit is contained in:
B. Blechschmidt 2023-03-25 21:12:41 +01:00
parent d4127af422
commit 1a4a8c4c16
5 changed files with 205 additions and 1 deletions

View file

@ -5,6 +5,7 @@ use std::net::{SocketAddr, ToSocketAddrs};
mod error;
mod http;
pub mod setup;
mod socks5;
mod tun2proxy;
mod virtdevice;