mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-09 16:17:45 +00:00
SocketAddr issues
This commit is contained in:
parent
6fe44f8055
commit
d4eed896bb
3 changed files with 13 additions and 14 deletions
|
@ -292,7 +292,7 @@ impl TcpProxy for SocksConnection {
|
|||
}
|
||||
|
||||
pub struct Socks5Manager {
|
||||
server: std::net::SocketAddr,
|
||||
server: SocketAddr,
|
||||
credentials: Option<Credentials>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue