mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-04-23 15:29:10 +00:00
Bump version 0.6.1
This commit is contained in:
parent
0aad0d1709
commit
b4142453fd
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tun2proxy"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/tun2proxy/tun2proxy"
|
||||
|
|
|
@ -518,7 +518,7 @@ async fn handle_udp_gateway_session(
|
|||
}
|
||||
};
|
||||
|
||||
let tcp_local_addr = stream.local_addr().clone();
|
||||
let tcp_local_addr = stream.local_addr();
|
||||
let sn = stream.serial_number();
|
||||
|
||||
log::info!("[UdpGw] Beginning stream {} {} -> {}", sn, &tcp_local_addr, udp_dst);
|
||||
|
|
Loading…
Add table
Reference in a new issue