mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-08 15:47:44 +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]
|
[package]
|
||||||
name = "tun2proxy"
|
name = "tun2proxy"
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/tun2proxy/tun2proxy"
|
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();
|
let sn = stream.serial_number();
|
||||||
|
|
||||||
log::info!("[UdpGw] Beginning stream {} {} -> {}", sn, &tcp_local_addr, udp_dst);
|
log::info!("[UdpGw] Beginning stream {} {} -> {}", sn, &tcp_local_addr, udp_dst);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue