mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-04 20:30:33 +00:00
SocketAddr issues
This commit is contained in:
parent
6fe44f8055
commit
d4eed896bb
3 changed files with 13 additions and 14 deletions
|
@ -165,7 +165,7 @@ impl TcpProxy for HttpConnection {
|
|||
}
|
||||
|
||||
pub struct HttpManager {
|
||||
server: std::net::SocketAddr,
|
||||
server: SocketAddr,
|
||||
credentials: Option<Credentials>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue