mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 16:41:01 +00:00
Restore network configuration on Drop
This commit is contained in:
parent
e4d4e0965e
commit
4a48b297f3
3 changed files with 21 additions and 11 deletions
|
@ -3,7 +3,7 @@ use crate::socks5::SocksVersion;
|
|||
use crate::{http::HttpManager, socks5::SocksManager, tun2proxy::TunToProxy};
|
||||
use std::net::{SocketAddr, ToSocketAddrs};
|
||||
|
||||
mod error;
|
||||
pub mod error;
|
||||
mod http;
|
||||
pub mod setup;
|
||||
mod socks5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue