mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-21 16:41:01 +00:00
refine VirtualDns
This commit is contained in:
parent
5ce2e85919
commit
30d7217374
4 changed files with 63 additions and 70 deletions
|
@ -1,10 +1,14 @@
|
|||
use crate::{error::Error, http::HttpManager, socks::SocksProxyManager, tun2proxy::TunToProxy};
|
||||
use crate::{
|
||||
error::Error,
|
||||
http::HttpManager,
|
||||
socks::SocksProxyManager,
|
||||
tun2proxy::{ConnectionManager, TunToProxy},
|
||||
};
|
||||
use socks5_impl::protocol::{UserKey, Version};
|
||||
use std::{
|
||||
net::{SocketAddr, ToSocketAddrs},
|
||||
rc::Rc,
|
||||
};
|
||||
use tun2proxy::ConnectionManager;
|
||||
|
||||
mod android;
|
||||
mod dns;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue