Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
lazytiger committed Nov 21, 2024
1 parent 0e9e1b0 commit bbfed64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aproxy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ pub async fn init_tls_conn(
server_name: ServerName<'static>,
) -> types::Result<TlsStream<TcpStream>> {
let ip = OPTIONS.proxy_args().server_addr().await?;
log::info!("get server addr:{}", ip);
#[cfg(target_os = "linux")]
{
let mut proxy_data = OPTIONS
Expand Down

0 comments on commit bbfed64

Please sign in to comment.