Bump version 0.2.17

This commit is contained in:
ssrlive 2024-04-14 19:18:18 +08:00
parent 09994d43cc
commit d5d847fa92
2 changed files with 5 additions and 4 deletions

View file

@ -147,6 +147,7 @@ pub async fn run<D>(device: D, mtu: u16, args: Args, shutdown_token: Cancellatio
where
D: AsyncRead + AsyncWrite + Unpin + Send + 'static,
{
log::info!("{} {} starting...", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION"));
log::info!("Proxy {} server: {}", args.proxy.proxy_type, args.proxy.addr);
let server_addr = args.proxy.addr;