mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-24 10:00:54 +00:00
Bump version 0.2.6
This commit is contained in:
parent
9a4bd9f800
commit
2434c62524
4 changed files with 10 additions and 7 deletions
|
@ -4,10 +4,10 @@ use crate::{
|
|||
session_info::{IpProtocol, SessionInfo},
|
||||
virtual_dns::VirtualDns,
|
||||
};
|
||||
pub use clap;
|
||||
use ipstack::stream::{IpStackStream, IpStackTcpStream, IpStackUdpStream};
|
||||
use proxy_handler::{ProxyHandler, ProxyHandlerManager};
|
||||
use socks::SocksProxyManager;
|
||||
pub use socks5_impl::protocol::UserKey;
|
||||
use std::{collections::VecDeque, future::Future, net::SocketAddr, pin::Pin, sync::Arc};
|
||||
use tokio::{
|
||||
io::{AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue